-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzen.vim
More file actions
23 lines (20 loc) · 1.09 KB
/
Copy pathzen.vim
File metadata and controls
23 lines (20 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
" Vim color file
" Maintainer: Rudá Moura <ruda.moura@gmail.com>
" Last Change: Mon Oct 18 23:09:26 BRST 2010
set background=light
highlight clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "zen"
highlight Normal term=none ctermfg=black cterm=none guifg=black gui=none
highlight Comment term=none ctermfg=cyan cterm=none guifg=cyan gui=none
highlight Constant term=none ctermfg=red cterm=none guifg=red gui=none
highlight Special term=none ctermfg=red cterm=bold guifg=red gui=bold
highlight Identifier term=none ctermfg=black cterm=none guifg=black gui=none
highlight Statement term=bold ctermfg=black cterm=bold guifg=black gui=bold
highlight Operator term=bold ctermfg=black cterm=bold guifg=black gui=bold
highlight PreProc term=bold ctermfg=green cterm=none guifg=green gui=none
highlight Type term=bold ctermfg=magenta cterm=none guifg=magenta gui=none
highlight String term=none ctermfg=red cterm=none guifg=red gui=none
highlight Number term=none ctermfg=red cterm=none guifg=red gui=none