add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / simpleandfriendly.vim
blob6921001bdd187c4e90f01be22402234a668d2642
1 " Vim color file
2 " Maintainer:   Thomas Schmall <ts_nowhere@NOSPAM_yahoo.com>
3 " Last Change:  2004 Nov 20
4 " URL: http://www.vim.org/scripts/script.php?script_id=792
5 " Version: 1.3
7 " This color scheme uses a light grey background.
9 " Last Changes:
10 " *line number colors changed
13 " First remove all existing highlighting.
14 set background=light
15 hi clear
16 if exists("syntax_on")
17   syntax reset
18 endif
20 let g:colors_name = "simpleandfriendly"
21 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
22 hi User1 guibg=darkblue guifg=yellow
23 hi User2 guibg=darkblue guifg=lightblue
24 hi User3 guibg=darkblue guifg=red
25 hi User4 guibg=darkblue guifg=cyan
26 hi User5 guibg=darkblue guifg=lightgreen
27 "endlyjset background=light
29 "Set nice colors #DC6210
30 "Cursor is Cyan when ":lmap" mappings are active
31 hi lCursor guibg=Cyan guifg=NONE
32 hi LineNr        guifg=white  guibg=#acbbff
34 "Text below the last line is darker grey
35 hi NonText      guibg=grey80
36 "Normal text is black background is grey
37 hi Normal       guifg=black             guibg=grey89  ctermfg=Black  ctermbg=LightGrey 
38 hi Comment      guifg=Orange    guibg=grey94    ctermfg=DarkCyan        term=bold
39 "Constants are not underlined but have a slightly lighter background
40 hi Constant     guifg=#8080a0   guibg=grey92    gui=NONE  term=underline
41 hi String         guifg=#80a0ff         guibg=grey93    gui=NONE  term=underline        
42 hi Number         guifg=#80a5ff         guibg=grey91  gui=NONE  ctermfg=Gray  term=none
43 "Words like _if_ or _else_  (Grey27)
44 hi Statement    guifg=#4A2B99   gui=NONE        ctermfg=Blue
46 hi Title    guifg=red           ctermfg=red gui=NONE term=BOLD
47 "color for _NONE_ for instance:
48 hi PreProc      term=underline  ctermfg=LightBlue       guifg=#DC6210
49 "color for _guifg_ for instance: (SlateBlue works here nice too)
50 hi Type         guifg=#008080 ctermfg=LightGreen gui=None term=underline        
51 hi Function     guifg=#61577A   term=bold       
52 "in lingo the defined functions. (alt: SlateBlue)
53 hi Identifier   guifg=Seagreen
54 "hi Identifier  term=underline  cterm=bold ctermfg=Cyan guifg=#40ffff
56 "hi Repeat      term=underline  ctermfg=White           guifg=white
57 "hi Ignore      guifg=bg        ctermfg=black
58 hi Error        term=reverse  ctermbg=Red     ctermfg=White guibg=Red guifg=White
59 hi Todo         term=standout   ctermbg=Yellow  ctermfg=Black guifg=Blue guibg=Yellow
60 "Special Characters
61 hi Special      guibg=grey90    guifg=Slateblue gui=UNDERLINE
63 hi operator guifg=gray25  ctermfg=Black   term=bold   cterm=bold  gui=bold