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
6
7 set background=dark
8 hi clear
9 if exists("syntax_on")
10 syntax reset
11 endif
12 let g:colors_name = "ron1"
13 hi Normal guifg=brown 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
1,25 Anfang
Habs mit ron versocht. Nach ~/.vim/colors/ron1.vim kopiert. In Zeile 13 von cyan auf brown geändert. Bleibt aber weißer Text.