Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
160 ira 1
" Vim color file
2
" Maintainer: iyerns <iyerns AT gmail DOT com>
3
" 
4
" Comments are welcome !
5
" Spammers will be shot. Survivors will be shot again
6
" 
7
" Last Change: 25 August 2005
8
" Version:1.2
9
" Changes:Supports professional colors for file browsing
10
" Comment: Atlast, a professional colorscheme for Vim
11
" Released by popular demand. in case other highlighting 
12
" terms are to be included, please feel free to add those 
13
" and send me your updated .vim file :) to be included in 
14
" the next version.If there are enough requests, I will 
15
" release a cterm version also. 
16
"
17
" Uses only safe HTML colors
18
"
19
 
20
set background=light
21
hi clear
22
if exists("syntax_on")
23
	syntax reset
24
endif
25
let g:colors_name="professional"
26
 
27
hi Normal   guifg=black	 guibg=white 
28
hi Statusline    gui=none guibg=#006666 guifg=#ffffff
29
hi  VertSplit    gui=none guibg=#006666 guifg=#ffffff
30
hi StatuslineNC  gui=none guibg=#666633 guifg=#ffffff
31
 
32
hi Title    guifg=black	 guibg=white gui=BOLD
33
hi lCursor  guibg=Cyan   guifg=NONE
34
hi LineNr   guifg=white guibg=#006666 
35
"guibg=#8c9bfa
36
 
37
" syntax highlighting groups
38
hi Comment    gui=NONE guifg=#777777
39
hi Operator   guifg=#ff0000
40
 
41
hi Identifier guifg=#339900 gui=NONE
42
 
43
hi Statement	 guifg=#cc9966 gui=NONE
44
hi TypeDef       guifg=#c000c8 gui=NONE
45
hi Type          guifg=#0000c8 gui=NONE
46
hi Boolean       guifg=#0000aa gui=NONE
47
 
48
hi String        guifg=#006600 gui=NONE
49
hi Number        guifg=#9933ff gui=NONE
50
hi Constant      guifg=#ff8080 gui=NONE
51
 
52
hi Function      gui=NONE      guifg=#6600ff 
53
hi PreProc       guifg=#993300 gui=NONE
54
hi Define        gui=bold guifg=#ff0000 
55
 
56
hi Keyword       guifg=#ff8088 gui=NONE
57
hi Search        gui=NONE guibg=#ffff00 
58
"guibg=#339900
59
hi IncSearch     gui=NONE guifg=#ffff00 guibg=#990000
60
hi Conditional   gui=none guifg=#660000 guibg=#ffffff
61
hi browseDirectory  gui=none guifg=#660000 guibg=#ffffff
62