From 7f6642486ab606a86e3eb6ec59130de86b835330 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 4 Jul 2008 10:39:16 +0200 Subject: Vim files with source code colors and VCS commands --- colors/pobla.vim | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 colors/pobla.vim (limited to 'colors') diff --git a/colors/pobla.vim b/colors/pobla.vim new file mode 100644 index 0000000..d626667 --- /dev/null +++ b/colors/pobla.vim @@ -0,0 +1,45 @@ +" local syntax file - set colors on a per-machine basis: +" vim: tw=0 ts=4 sw=4 +" Vim color file inspired from pablo +" Maintainer: Hugues Hiegel +" Last Change: 2008 July 04 + +hi clear +set background=dark +if exists("syntax_on") + syntax reset +endif +let g:colors_name = "my_pablo" + +highlight Comment ctermfg=7 cterm=bold +highlight Constant ctermfg=4 cterm=none +highlight Number ctermfg=4 cterm=none +highlight String cterm=bold +highlight Identifier ctermfg=3 cterm=bold +highlight Function ctermfg=4 cterm=bold +highlight Statement ctermfg=3 cterm=bold +highlight cConditional ctermfg=3 cterm=bold +highlight cStatement ctermfg=2 cterm=bold +highlight cLabel ctermfg=2 cterm=bold,underline +highlight Label ctermfg=3 cterm=bold,underline +highlight PreProc ctermfg=6 cterm=none +highlight Type ctermfg=4 cterm=underline +highlight Special ctermfg=4 cterm=bold +highlight cFormat ctermfg=6 cterm=bold +highlight Error cterm=bold +highlight Todo ctermfg=0 ctermbg=3 cterm=bold +highlight Directory ctermfg=2 +"highlight Normal +highlight Search ctermbg=3 + +highlight DiffAdd term=bold cterm=none ctermfg=none ctermbg=black +highlight DiffChange term=bold cterm=none ctermfg=none ctermbg=black +highlight DiffDelete term=reverse cterm=none ctermfg=black ctermbg=none +highlight DiffText term=underline cterm=none ctermfg=none ctermbg=red + +highlight StatusLine ctermfg=3 ctermbg=0 cterm=none guifg=#ffff00 guibg=#0000ff gui=none +hi StatusLine term=reverse,bold cterm=bold ctermbg=black ctermfg=yellow +hi StatusLineNC term=reverse cterm=none ctermbg=black ctermfg=none +hi VertSplit term=reverse cterm=none ctermbg=black ctermfg=black +hi Folded term=reverse cterm=bold ctermbg=none ctermfg=green +hi FoldColumn term=reverse cterm=bold ctermbg=none ctermfg=green -- cgit v1.2.3