]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .vim/colors/dusk.vim
.vim: vim-powerline
[dotfiles.git] / .vim / colors / dusk.vim
1 " Vim color file
2 " Maintainer: Ajit J. Thakkar (ajit AT unb DOT ca)
3 " Last Change: 2003 Sep. 02
4 " Version: 1.0
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 FoldColumn guifg=DarkBlue guibg=Grey
43 hi DiffAdd gui=NONE guifg=Blue guibg=LightCyan
44 hi DiffChange gui=NONE guifg=white guibg=LightCyan4
45 hi DiffDelete gui=NONE guifg=LightBlue guibg=LightCyan
46
47 " Colors for syntax highlighting
48 hi Constant gui=NONE guifg=MistyRose3 guibg=bg
49 hi String gui=NONE guifg=LightBlue3 guibg=bg
50 hi Special gui=NONE guifg=GoldenRod guibg=bg
51 hi Statement gui=NONE guifg=khaki guibg=bg
52 "hi Statement gui=NONE guifg=#d7cd7b guibg=bg
53 hi Operator gui=NONE guifg=Chartreuse guibg=bg
54 hi Ignore gui=NONE guifg=bg guibg=bg
55 hi ToDo gui=NONE guifg=DodgerBlue guibg=bg
56 hi Error gui=NONE guifg=Red guibg=Linen
57 hi Comment gui=NONE guifg=SlateGrey guibg=bg
58 hi Comment gui=NONE guifg=Lavender guibg=bg
59 hi Identifier gui=NONE guifg=BlanchedAlmond guibg=bg
60 hi PreProc gui=NONE guifg=#ffa0a0 guibg=bg
61 hi Type gui=NONE guifg=NavajoWhite guibg=bg
62 hi Underlined gui=underline guifg=fg guibg=bg
63
64 " vim: sw=2