git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c502fd
)
Highlight background of line numbers.
author
Iain Patterson
<me@iain.cx>
Mon, 11 May 2009 13:14:13 +0000
(14:14 +0100)
committer
Iain Patterson
<me@iain.cx>
Mon, 11 May 2009 13:14:13 +0000
(14:14 +0100)
.vim/colors/iain.vim
patch
|
blob
|
history
.vimrc
patch
|
blob
|
history
diff --git
a/.vim/colors/iain.vim
b/.vim/colors/iain.vim
index
fb32b07
..
bb2d3f0
100644
(file)
--- a/
.vim/colors/iain.vim
+++ b/
.vim/colors/iain.vim
@@
-247,7
+247,7
@@
if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("VertSplit", "#000000", "#a9a9a9", "none")
call <SID>X("Folded", "#808080", "#000040", "")
call <SID>X("FoldColumn", "#808080", "#000040", "")
- call <SID>X("LineNr", "#90f020", "", "")
+ call <SID>X("LineNr", "#90f020", "
#303030
", "")
call <SID>X("DiffAdd", "#00008b", "", "")
call <SID>X("DiffChange", "#8b008b", "", "")
call <SID>X("DiffDelete", "#0000ff", "#008b8b", "bold")
diff --git
a/.vimrc
b/.vimrc
index
9da37fe
..
690ad40
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-336,6
+336,7
@@
syn enable
if has("gui_running")
se guifont=DejaVu\ Sans\ Mono\ 10
colo darkblue
+ hi LineNr guibg=#303030
elseif &t_Co > 16
try
colo iain