1"=
2" cream-colors-night.vim
3"
4" Cream -- An easy-to-use configuration of the famous Vim text editor
5" [ http://cream.sourceforge.net ] Copyright (C) 2001-2011 Steve Hall
6"
7" License:
8" This program is free software; you can redistribute it and/or modify
9" it under the terms of the GNU General Public License as published by
10" the Free Software Foundation; either version 3 of the License, or
11" (at your option) any later version.
12" [ http://www.gnu.org/licenses/gpl.html ]
13"
14" This program is distributed in the hope that it will be useful, but
15" WITHOUT ANY WARRANTY; without even the implied warranty of
16" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17" General Public License for more details.
18"
19" You should have received a copy of the GNU General Public License
20" along with this program; if not, write to the Free Software
21" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22" 02111-1307, USA.
23"
24"----------------------------------------------------------------------
25" Vim color file
26" Maintainer:   tiza
27" Last Change:  2002/02/22 Fri 18:56.
28" version: 1.1
29" GUI only
30
31" This color scheme uses a dark background.
32
33set background=dark
34highlight clear
35if exists("syntax_on")
36	syntax reset
37endif
38
39"let g:colors_name = "cream-night"
40
41highlight Normal       guifg=#ffffff guibg=#303040
42
43highlight IncSearch    gui=UNDERLINE,BOLD guifg=#ffffff guibg=#d000d0
44highlight Search       gui=BOLD guifg=#ffd0ff guibg=#c000c0
45
46highlight ErrorMsg     gui=BOLD guifg=#ffffff guibg=#ff0088
47highlight WarningMsg   gui=BOLD guifg=#ffffff guibg=#ff0088
48highlight ModeMsg      gui=BOLD guifg=#00e0ff guibg=NONE
49highlight MoreMsg      gui=BOLD guifg=#00ffdd guibg=NONE
50highlight Question     gui=BOLD guifg=#ff90ff guibg=NONE
51
52"+++ Cream: set elsewhere
53"highlight StatusLine   gui=BOLD guifg=#ffffff guibg=#7700ff
54"highlight StatusLineNC gui=BOLD guifg=#c0b0ff guibg=#7700ff
55"+++
56
57highlight VertSplit    gui=NONE guifg=#ffffff guibg=#7700ff
58highlight WildMenu     gui=BOLD guifg=#ffffff guibg=#d08020
59
60"+++ Cream: prefer bold (set elsewhere, too)
61"highlight Visual       gui=NONE guifg=#ffffff guibg=#7070c0
62highlight Visual       gui=bold guifg=#ffffff guibg=#7070c0
63"+++
64
65highlight DiffText     gui=NONE guifg=#ffffff guibg=#40a060
66highlight DiffChange   gui=NONE guifg=#ffffff guibg=#007070
67highlight DiffDelete   gui=BOLD guifg=#ffffff guibg=#40a0c0
68highlight DiffAdd      gui=NONE guifg=#ffffff guibg=#40a0c0
69
70highlight Cursor       gui=NONE guifg=#ffffff guibg=#ff9020
71highlight lCursor      gui=NONE guifg=#ffffff guibg=#ff00d0
72highlight CursorIM     gui=NONE guifg=#ffffff guibg=#ff00d0
73
74highlight Folded       gui=BOLD guifg=#e8e8f0 guibg=#606078
75highlight FoldColumn   gui=NONE guifg=#a0a0b0 guibg=#404050
76
77highlight Directory    gui=NONE guifg=#00ffff guibg=NONE
78highlight Title        gui=BOLD guifg=#ffffff guibg=#8000d0
79highlight LineNr       gui=NONE guifg=#808098 guibg=NONE
80highlight NonText      gui=BOLD guifg=#8040ff guibg=#383848
81highlight SpecialKey   gui=BOLD guifg=#60a0ff guibg=NONE
82
83" Groups for syntax highlighting
84highlight Comment      gui=BOLD guifg=#ff60ff guibg=NONE
85highlight Constant     gui=NONE guifg=#ffffff guibg=#4822bb
86highlight Special      gui=NONE guifg=#44ffff guibg=#4822bb
87highlight Identifier   gui=NONE guifg=#90d0ff guibg=NONE
88highlight Statement    gui=BOLD guifg=#00ccbb guibg=NONE
89highlight PreProc      gui=NONE guifg=#40ffa0 guibg=NONE
90highlight Type         gui=BOLD guifg=#bb99ff guibg=NONE
91highlight Todo         gui=BOLD guifg=#ffffff guibg=#ff0088
92highlight Ignore       gui=NONE guifg=#303040 guibg=NONE
93highlight Error        gui=BOLD guifg=#ffffff guibg=#ff0088
94
95" HTML
96highlight htmlLink                 gui=UNDERLINE
97highlight htmlBoldUnderline        gui=BOLD
98highlight htmlBoldItalic           gui=BOLD
99highlight htmlBold                 gui=BOLD
100highlight htmlBoldUnderlineItalic  gui=BOLD
101highlight htmlUnderlineItalic      gui=UNDERLINE
102highlight htmlUnderline            gui=UNDERLINE
103highlight htmlItalic               gui=italic
104
105"+++ Cream:
106
107" statusline
108highlight User1  gui=BOLD guifg=#303040 guibg=#7777c0
109highlight User2  gui=bold guifg=#ffffff guibg=#7777c0
110highlight User3  gui=bold guifg=#ff99ff guibg=#7777c0
111highlight User4  gui=bold guifg=#ff6699 guibg=#7777c0
112
113" bookmarks
114highlight Cream_ShowMarksHL ctermfg=blue ctermbg=lightblue cterm=bold gui=BOLD guifg=#ff60ff guibg=#383848
115
116" spell check
117highlight BadWord ctermfg=black ctermbg=lightblue gui=NONE guifg=White guibg=#aa3366
118
119" current line
120highlight CurrentLine term=reverse ctermbg=0 ctermfg=14 gui=none guibg=#585868
121
122" email
123highlight EQuote1 guifg=#ccccff
124highlight EQuote2 guifg=#9999ff
125highlight EQuote3 guifg=#3333ff
126highlight Sig guifg=#999999
127
128"+++
129
130