Merge branch 'vim-with-runtime' into feat/quickfix-title
[vim_extended.git] / runtime / colors / ron.vim
blob45d64455adff66ec95641a736f6b915b1341ebbc
1 " local syntax file - set colors on a per-machine basis:
2 " vim: tw=0 ts=4 sw=4
3 " Vim color file
4 " Maintainer:   Ron Aaron <ron@ronware.org>
5 " Last Change:  2003 May 02
7 set background=dark
8 hi clear
9 if exists("syntax_on")
10   syntax reset
11 endif
12 let g:colors_name = "ron"
13 hi Normal               guifg=cyan      guibg=black
14 hi NonText              guifg=brown
15 hi comment              guifg=green
16 hi constant             guifg=cyan      gui=bold
17 hi identifier   guifg=cyan      gui=NONE
18 hi statement    guifg=lightblue gui=NONE
19 hi preproc              guifg=Pink2
20 hi type                 guifg=seagreen  gui=bold
21 hi special              guifg=yellow
22 hi ErrorMsg             guifg=Black     guibg=Red
23 hi WarningMsg   guifg=Black     guibg=Green
24 hi Error                guibg=Red
25 hi Todo                 guifg=Black     guibg=orange
26 hi Cursor               guibg=#60a060 guifg=#00ff00
27 hi Search               guibg=lightslateblue
28 hi IncSearch    gui=NONE guibg=steelblue
29 hi LineNr               guifg=darkgrey
30 hi title                guifg=darkgrey
31 hi StatusLineNC gui=NONE guifg=lightblue guibg=darkblue
32 hi StatusLine   gui=bold        guifg=cyan      guibg=blue
33 hi label                guifg=gold2
34 hi operator             guifg=orange
35 hi clear Visual
36 hi Visual               term=reverse cterm=reverse gui=reverse
37 hi DiffChange   guibg=darkgreen
38 hi DiffText             guibg=olivedrab
39 hi DiffAdd              guibg=slateblue
40 hi DiffDelete   guibg=coral
41 hi Folded               guibg=gray30
42 hi FoldColumn   guibg=gray30 guifg=white
43 hi cIf0                 guifg=gray