File: caramel.vim

package info (click to toggle)
vim-scripts 6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,804 kB
  • ctags: 1,669
  • sloc: perl: 99; makefile: 27
file content (67 lines) | stat: -rw-r--r-- 2,116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
" Vim color file
" Maintainer	: Brian Gant
" Email		: gantbd@muohio.edu
" Last Change	: 2/15/03
" Version	: 0.1
"
" TODO : add colors for diff and other non-implemented
"        stuff
" 
" LICENCE (heh) : Emailware.  Basically it means use it,
"   abuse it, change it, love it, leave it, whatever!  I
"   do however make the simple request that if you use the
"   scheme, drop me an email and let me know what you think
"   about it, especially if you modify it!  I don't use
"   the non-implemented features on a regular enough basis
"   to get a feel for how they flesh out.
"
"   Designed for use with COBOL, but looks pretty good with
"   Perl, PHP, and C/C++ too (at least I think so).
"
"   Brian
"   
" ---------------------------------------------------------

set background=dark
hi clear
if exists("syntax_on")
    syntax reset
endif
let g:colors_name="caramel"

" ---------------------------------------------------------

hi Normal		guifg=#dca454	guibg=#5c5094

" ---------------------------------------------------------

hi Cursor		guifg=#303030	guibg=#dca454
hi CursorIM		guifg=#303030	guibg=#dca454
hi ErrorMsg		guifg=#b4a8a8	guibg=bg
hi IncSearch		guifg=#e0d070	guibg=#303030
hi LineNr		guifg=#b4a8a8	guibg=#39325d
hi ModeMsg		guifg=#b4a8a8	guibg=bg
hi MoreMsg		guifg=#b4a8a8	guibg=bg
hi NonText		guifg=#b4a8a8	guibg=#39325d
hi Question		guifg=#b4a8a8	guibg=bg
hi Search		guifg=#303030	guibg=#e0d070
hi StatusLine		guifg=#e0d070	guibg=#303030
hi StatusLineNC		guifg=#dca454	guibg=#303030
hi Title		guifg=#b4a8a8	guibg=#39325d
hi Visual		guifg=#b4a8a8	guibg=#303030
hi VisualNOS		guifg=#b4a8a8	guibg=#303030
hi WarningMsg		guifg=#b4a8a8	guibg=#39325d

" ---------------------------------------------------------

hi Comment		guifg=#b4a8a8	guibg=bg
hi Constant		guifg=#9cd464	guibg=bg
hi Identifier		guifg=#e8c47c	guibg=bg
hi Statement		guifg=#8088bc	guibg=bg
hi PreProc		guifg=#e0d070	guibg=bg
hi Type			guifg=#e0d070	guibg=bg
hi Special		guifg=#e0d070	guibg=bg
hi Underlined		guifg=#9cd464	guibg=bg
hi Ignore		guifg=fg	guibg=bg
hi Error		guifg=#cc74a8	guibg=#9cd464
hi Todo			guifg=bg	guibg=#e0d070