]> git.r.bdr.sh - rbdr/dotfiles/blob - vim/colors/dusk.vim
Turn off the blur
[rbdr/dotfiles] / vim / colors / dusk.vim
1 " Vim color file
2 " Maintainer: Ajit J. Thakkar (ajit AT unb DOT ca)
3 " Last Change: 2005 Nov. 21
4 " Version: 1.1
5 " URL: http://www.unb.ca/chem/ajit/vim.htm
6
7 " This GUI-only color scheme has a blue-black background
8
9 set background=dark
10 hi clear
11 if exists("syntax_on")
12 syntax reset
13 endif
14
15 let colors_name = "dusk"
16
17 hi Normal guifg=ivory guibg=#1f3048
18
19 " Groups used in the 'highlight' and 'guicursor' options default value.
20 hi ErrorMsg gui=NONE guifg=Red guibg=Linen
21 hi IncSearch gui=NONE guibg=LightGreen guifg=Black
22 hi ModeMsg gui=NONE guifg=fg guibg=bg
23 hi StatusLine gui=NONE guifg=DarkBlue guibg=Grey
24 hi StatusLineNC gui=NONE guifg=Grey50 guibg=Grey
25 hi VertSplit gui=NONE guifg=Grey guibg=Grey
26 hi Visual gui=reverse guifg=fg guibg=LightSkyBlue4
27 hi VisualNOS gui=underline guifg=fg guibg=bg
28 hi DiffText gui=NONE guifg=Yellow guibg=LightSkyBlue4
29 hi Cursor guibg=Green guifg=Black
30 hi lCursor guibg=Cyan guifg=Black
31 hi Directory guifg=LightGreen guibg=bg
32 hi LineNr guifg=MistyRose3 guibg=bg
33 hi MoreMsg gui=NONE guifg=SeaGreen guibg=bg
34 hi NonText gui=NONE guifg=Cyan4 guibg=#102848
35 hi Question gui=NONE guifg=LimeGreen guibg=bg
36 hi Search gui=NONE guifg=SkyBlue4 guibg=Bisque
37 hi SpecialKey guifg=Cyan guibg=bg
38 hi Title gui=NONE guifg=Yellow2 guibg=bg
39 hi WarningMsg guifg=Tomato3 guibg=Linen
40 hi WildMenu gui=NONE guifg=SkyBlue4 guibg=Bisque
41 "hi Folded guifg=MistyRose2 guibg=bg
42 hi Folded guifg=MistyRose2 guibg=#102848
43 hi FoldColumn guifg=DarkBlue guibg=Grey
44 hi DiffAdd gui=NONE guifg=Blue guibg=LightCyan
45 hi DiffChange gui=NONE guifg=white guibg=LightCyan4
46 hi DiffDelete gui=NONE guifg=LightBlue guibg=LightCyan
47
48 " Colors for syntax highlighting
49 hi Constant gui=NONE guifg=MistyRose3 guibg=bg
50 hi String gui=NONE guifg=LightBlue3 guibg=bg
51 hi Special gui=NONE guifg=GoldenRod guibg=bg
52 hi Statement gui=NONE guifg=khaki guibg=bg
53 "hi Statement gui=NONE guifg=#d7cd7b guibg=bg
54 hi Operator gui=NONE guifg=Chartreuse guibg=bg
55 hi Ignore gui=NONE guifg=bg guibg=bg
56 if v:version >= 700
57 hi SpellBad gui=undercurl guisp=Red guifg=fg guibg=bg
58 hi SpellCap gui=undercurl guisp=GoldenRod guifg=fg guibg=bg
59 hi SpellRare gui=undercurl guisp=Ivory guifg=fg guibg=bg
60 hi SpellLocal gui=undercurl guisp=SeaGreen guifg=fg guibg=bg
61 endif
62 hi ToDo gui=NONE guifg=DodgerBlue guibg=bg
63 hi Error gui=NONE guifg=Red guibg=Linen
64 hi Comment gui=NONE guifg=SlateGrey guibg=bg
65 "hi Comment gui=NONE guifg=Lavender guibg=bg
66 hi Identifier gui=NONE guifg=BlanchedAlmond guibg=bg
67 hi PreProc gui=NONE guifg=#ffa0a0 guibg=bg
68 hi Type gui=NONE guifg=NavajoWhite guibg=bg
69 hi Underlined gui=underline guifg=fg guibg=bg
70
71 " vim: sw=2