ignore on .netrwhist
[my-vim-dotfolder.git] / colors / candy.vim
blob545ff7c8c77e84ca730294bf8e852b6604630796
1 " Vim color file
2 "  Maintainer: Tiza
3 " Last Change: 2002/04/28 Sun 19:35.
4 "     version: 1.0
5 " This color scheme uses a dark background.
7 set background=dark
8 hi clear
9 if exists("syntax_on")
10    syntax reset
11 endif
13 let colors_name = "candy"
15 hi Normal       guifg=#f0f0f8 guibg=#000000
17 " Search
18 hi IncSearch    gui=UNDERLINE guifg=#80ffff guibg=#0060c0
19 hi Search       gui=NONE guifg=#f0f0f8 guibg=#0060c0
21 " Messages
22 hi ErrorMsg     gui=BOLD guifg=#ffa0ff guibg=NONE
23 hi WarningMsg   gui=BOLD guifg=#ffa0ff guibg=NONE
24 hi ModeMsg      gui=BOLD guifg=#40f0d0 guibg=NONE
25 hi MoreMsg      gui=BOLD guifg=#00ffff guibg=#008070
26 hi Question     gui=BOLD guifg=#e8e800 guibg=NONE
28 " Split area
29 hi StatusLine   gui=NONE guifg=#000000 guibg=#c8c8d8
30 hi StatusLineNC gui=NONE guifg=#707080 guibg=#c8c8d8
31 hi VertSplit    gui=NONE guifg=#606080 guibg=#c8c8d8
32 hi WildMenu     gui=NONE guifg=#000000 guibg=#a0a0ff
34 " Diff
35 hi DiffText     gui=NONE guifg=#ff78f0 guibg=#a02860
36 hi DiffChange   gui=NONE guifg=#e03870 guibg=#601830
37 hi DiffDelete   gui=NONE guifg=#a0d0ff guibg=#0020a0
38 hi DiffAdd      gui=NONE guifg=#a0d0ff guibg=#0020a0
40 " Cursor
41 hi Cursor       gui=NONE guifg=#00ffff guibg=#008070
42 hi lCursor      gui=NONE guifg=#ffffff guibg=#8800ff
43 hi CursorIM     gui=NONE guifg=#ffffff guibg=#8800ff
45 " Fold
46 hi Folded       gui=NONE guifg=#40f0f0 guibg=#005080
47 hi FoldColumn   gui=NONE guifg=#40c0ff guibg=#00305c
49 " Other
50 hi Directory    gui=NONE guifg=#40f0d0 guibg=NONE
51 hi LineNr       gui=NONE guifg=#9090a0 guibg=NONE
52 hi NonText      gui=BOLD guifg=#4080ff guibg=NONE
53 hi SpecialKey   gui=BOLD guifg=#8080ff guibg=NONE
54 hi Title        gui=BOLD guifg=#f0f0f8 guibg=NONE
55 hi Visual       gui=NONE guifg=#e0e0f0 guibg=#707080
57 " Syntax group
58 hi Comment      gui=NONE guifg=#c0c0d0 guibg=NONE
59 hi Constant     gui=NONE guifg=#90d0ff guibg=NONE
60 hi Error        gui=BOLD guifg=#ffffff guibg=#ff0088
61 hi Identifier   gui=NONE guifg=#40f0f0 guibg=NONE
62 hi Ignore       gui=NONE guifg=#000000 guibg=NONE
63 hi PreProc      gui=NONE guifg=#40f0a0 guibg=NONE
64 hi Special      gui=NONE guifg=#e0e080 guibg=NONE
65 hi Statement    gui=NONE guifg=#ffa0ff guibg=NONE
66 hi Todo         gui=BOLD,UNDERLINE guifg=#ffa0a0 guibg=NONE
67 hi Type         gui=NONE guifg=#ffc864 guibg=NONE
68 hi Underlined   gui=UNDERLINE guifg=#f0f0f8 guibg=NONE
70 " HTML
71 hi htmlLink                 gui=UNDERLINE
72 hi htmlBold                 gui=BOLD
73 hi htmlBoldItalic           gui=BOLD,ITALIC
74 hi htmlBoldUnderline        gui=BOLD,UNDERLINE
75 hi htmlBoldUnderlineItalic  gui=BOLD,UNDERLINE,ITALIC
76 hi htmlItalic               gui=ITALIC
77 hi htmlUnderline            gui=UNDERLINE
78 hi htmlUnderlineItalic      gui=UNDERLINE,ITALIC