]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/dusk.vim
Turn off the blur
[rbdr/dotfiles] / vim / colors / dusk.vim
CommitLineData
0d23b6e5
BB
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
9set background=dark
10hi clear
11if exists("syntax_on")
12 syntax reset
13endif
14
15let colors_name = "dusk"
16
17hi Normal guifg=ivory guibg=#1f3048
18
19" Groups used in the 'highlight' and 'guicursor' options default value.
20hi ErrorMsg gui=NONE guifg=Red guibg=Linen
21hi IncSearch gui=NONE guibg=LightGreen guifg=Black
22hi ModeMsg gui=NONE guifg=fg guibg=bg
23hi StatusLine gui=NONE guifg=DarkBlue guibg=Grey
24hi StatusLineNC gui=NONE guifg=Grey50 guibg=Grey
25hi VertSplit gui=NONE guifg=Grey guibg=Grey
26hi Visual gui=reverse guifg=fg guibg=LightSkyBlue4
27hi VisualNOS gui=underline guifg=fg guibg=bg
28hi DiffText gui=NONE guifg=Yellow guibg=LightSkyBlue4
29hi Cursor guibg=Green guifg=Black
30hi lCursor guibg=Cyan guifg=Black
31hi Directory guifg=LightGreen guibg=bg
32hi LineNr guifg=MistyRose3 guibg=bg
33hi MoreMsg gui=NONE guifg=SeaGreen guibg=bg
34hi NonText gui=NONE guifg=Cyan4 guibg=#102848
35hi Question gui=NONE guifg=LimeGreen guibg=bg
36hi Search gui=NONE guifg=SkyBlue4 guibg=Bisque
37hi SpecialKey guifg=Cyan guibg=bg
38hi Title gui=NONE guifg=Yellow2 guibg=bg
39hi WarningMsg guifg=Tomato3 guibg=Linen
40hi WildMenu gui=NONE guifg=SkyBlue4 guibg=Bisque
41"hi Folded guifg=MistyRose2 guibg=bg
42hi Folded guifg=MistyRose2 guibg=#102848
43hi FoldColumn guifg=DarkBlue guibg=Grey
44hi DiffAdd gui=NONE guifg=Blue guibg=LightCyan
45hi DiffChange gui=NONE guifg=white guibg=LightCyan4
46hi DiffDelete gui=NONE guifg=LightBlue guibg=LightCyan
47
48" Colors for syntax highlighting
49hi Constant gui=NONE guifg=MistyRose3 guibg=bg
50hi String gui=NONE guifg=LightBlue3 guibg=bg
51hi Special gui=NONE guifg=GoldenRod guibg=bg
52hi Statement gui=NONE guifg=khaki guibg=bg
53"hi Statement gui=NONE guifg=#d7cd7b guibg=bg
54hi Operator gui=NONE guifg=Chartreuse guibg=bg
55hi Ignore gui=NONE guifg=bg guibg=bg
56if 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
61endif
62hi ToDo gui=NONE guifg=DodgerBlue guibg=bg
63hi Error gui=NONE guifg=Red guibg=Linen
64hi Comment gui=NONE guifg=SlateGrey guibg=bg
65"hi Comment gui=NONE guifg=Lavender guibg=bg
66hi Identifier gui=NONE guifg=BlanchedAlmond guibg=bg
67hi PreProc gui=NONE guifg=#ffa0a0 guibg=bg
68hi Type gui=NONE guifg=NavajoWhite guibg=bg
69hi Underlined gui=underline guifg=fg guibg=bg
70
71" vim: sw=2