summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@sagem.com>2008-07-04 10:39:16 +0200
committerHugues Hiegel <hugues.hiegel@sagem.com>2008-07-04 10:39:16 +0200
commit7f6642486ab606a86e3eb6ec59130de86b835330 (patch)
tree54dd7e7b47a0a7cc1f81413ff4940ba3574756b8 /colors
parent34317b17cd3408d89684816da34d744c04256102 (diff)
Vim files with source code colors and VCS commands
Diffstat (limited to 'colors')
-rw-r--r--colors/pobla.vim45
1 files changed, 45 insertions, 0 deletions
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 <hugues@hiegel.fr>
+" 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