aboutsummaryrefslogtreecommitdiff
path: root/vim/colors
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-30 16:46:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-30 16:46:12 +1300
commit33b77f135d16b5a64f65a5c21893d874850e213d (patch)
tree9b7646e05d22cce45bce8f5fe826e856f254d38d /vim/colors
parentShow linebreaks (diff)
downloaddotfiles-33b77f135d16b5a64f65a5c21893d874850e213d.tar.gz
dotfiles-33b77f135d16b5a64f65a5c21893d874850e213d.zip
Lots of configuration changes (some experimental); some color scheme changes
Diffstat (limited to 'vim/colors')
-rw-r--r--vim/colors/dessert.vim12
1 files changed, 8 insertions, 4 deletions
diff --git a/vim/colors/dessert.vim b/vim/colors/dessert.vim
index 68eb54cd..b810b974 100644
--- a/vim/colors/dessert.vim
+++ b/vim/colors/dessert.vim
@@ -233,7 +233,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
"DiffDelete
"DiffText
"ErrorMsg
- call <SID>X("VertSplit", "c2bfa5", "7f7f7f", "reverse")
+ call <SID>X("VertSplit", "444444", "7f7f7f", "")
call <SID>X("Folded", "ffd700", "4d4d4d", "")
call <SID>X("FoldColumn", "d2b48c", "4d4d4d", "")
call <SID>X("IncSearch", "445599", "aabbff", "")
@@ -244,9 +244,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Question", "00ff7f", "", "")
call <SID>X("Search", "aabbff", "334499", "")
call <SID>X("SpecialKey", "9acd32", "", "")
- call <SID>X("StatusLine", "c2bfa5", "000000", "reverse")
- call <SID>X("StatusLineNC", "c2bfa5", "7f7f7f", "reverse")
- call <SID>X("Title", "cd5c5c", "", "")
+ call <SID>X("StatusLine", "444444", "ffffff", "")
+ call <SID>X("StatusLineNC", "444444", "000000", "")
+ call <SID>X("TabLine", "000000", "444444", "none")
+ call <SID>X("TabLineSel", "ffffff", "444444", "none")
+ call <SID>X("TabLineFill", "444444", "000000", "")
+ call <SID>X("Title", "888888", "", "")
call <SID>X("Visual", "6b8e23", "f0e68c", "reverse")
"VisualNOS
call <SID>X("WarningMsg", "fa8072", "", "")
@@ -318,3 +321,4 @@ else
hi Error cterm= ctermfg=7 ctermbg=1
hi Pmenu ctermfg=0 ctermbg=8
endif
+