1" Vim color file
2" Maintainer: Ajit J. Thakkar (ajit AT unb DOT ca)
3" Last Change:	2003 Feb. 23
4
5" This GUI-only color scheme has a light grey background, and is a softer
6" variant of the default and morning color schemes.
7
8set background=light
9hi clear
10if exists("syntax_on")
11	syntax reset
12endif
13
14"let colors_name = "dawn"
15
16hi Normal	guifg=Black guibg=grey90
17
18" Groups used in the 'highlight' and 'guicursor' options default value.
19hi ErrorMsg	guifg=White guibg=HotPink
20hi IncSearch	gui=NONE guifg=fg guibg=LightGreen
21hi ModeMsg	gui=bold guifg=fg guibg=bg
22hi StatusLine	gui=NONE guifg=DarkBlue guibg=grey70
23hi StatusLineNC	gui=NONE guifg=grey90 guibg=grey70
24hi VertSplit	gui=NONE guifg=grey70 guibg=grey70
25hi Visual	gui=reverse guifg=Grey guibg=fg
26hi VisualNOS	gui=underline,bold guifg=fg guibg=bg
27hi DiffText	gui=bold guifg=Blue guibg=LightYellow
28"hi Cursor	guifg=NONE guibg=Green
29hi Cursor	guifg=NONE guibg=Black
30hi lCursor	guifg=NONE guibg=Cyan
31hi Directory	guifg=Blue guibg=bg
32" CREAM
33"hi LineNr	guifg=Brown guibg=bg
34hi LineNr	guifg=Brown guibg=grey80
35" END CREAM
36hi MoreMsg	gui=bold guifg=SeaGreen guibg=bg
37"hi NonText	gui=bold guifg=Blue guibg=grey80
38hi Question	gui=bold guifg=SeaGreen guibg=bg
39hi Search	guifg=fg guibg=PeachPuff
40"hi SpecialKey	guifg=Blue guibg=bg
41hi Title	gui=bold guifg=Magenta guibg=bg
42hi WarningMsg	guifg=Red guibg=bg
43hi WildMenu	guifg=fg guibg=PeachPuff
44hi Folded	guifg=DarkBlue guibg=#d0d0d0
45hi FoldColumn	guifg=DarkBlue guibg=Grey
46hi DiffAdd	gui=bold guifg=Blue guibg=LightCyan
47hi DiffChange	gui=bold guifg=fg guibg=MistyRose1
48hi DiffDelete	gui=NONE guifg=LightBlue guibg=LightCyan
49
50" Colors for syntax highlighting
51hi Constant	gui=NONE guifg=SteelBlue guibg=bg
52hi String	gui=NONE guifg=Maroon guibg=bg
53hi Special	gui=bold guifg=DarkSlateBlue guibg=bg
54hi Statement	gui=NONE guifg=Brown guibg=bg
55hi Ignore	gui=NONE guifg=bg guibg=bg
56hi ToDo		gui=NONE guifg=Blue guibg=LightYellow
57hi Error	gui=NONE guifg=White guibg=HotPink
58hi Comment	gui=NONE guifg=RoyalBlue guibg=NONE
59hi Identifier	gui=NONE guifg=DarkCyan guibg=NONE
60hi PreProc	gui=NONE guifg=Purple guibg=NONE
61hi Type		gui=NONE guifg=SeaGreen guibg=NONE
62hi Underlined	gui=underline guifg=SlateBlue guibg=bg
63
64"+++ Cream:
65
66" invisible characters
67highlight NonText         guifg=#aaaabb guibg=#e0e0e0 gui=none
68highlight SpecialKey      guifg=#aaaabb guibg=grey90 gui=none
69
70" statusline
71highlight User1  gui=bold guifg=#bbbbbb guibg=#f3f3f3
72highlight User2  gui=bold guifg=#000000 guibg=#f3f3f3
73highlight User3  gui=bold guifg=#0000ff guibg=#f3f3f3
74highlight User4  gui=bold guifg=#ff0000 guibg=#f3f3f3
75
76" bookmarks
77highlight Cream_ShowMarksHL gui=bold guifg=blue guibg=grey80 ctermfg=blue ctermbg=lightblue cterm=bold
78
79" spell check
80highlight BadWord gui=bold guifg=DarkBlue guibg=#ddcccc ctermfg=black ctermbg=lightblue
81
82" current line
83highlight CurrentLine term=reverse ctermbg=0 ctermfg=14 gui=none guibg=#eeeecc
84
85" email
86highlight EQuote1 guifg=#0000cc
87highlight EQuote2 guifg=#6666cc
88highlight EQuote3 guifg=#9999cc
89highlight Sig guifg=#999999
90
91"+++
92
93