summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2016-10-17 20:08:55 +0200
committerjohannst <stoelp@eit.uni-kl.de>2016-10-17 20:08:55 +0200
commitecfd498c379683d344468e8160a18adcc611b341 (patch)
tree5836ab577b2c26479caaec5370f51063077b2e01 /.vim
parentd496c3261a2bbfa7e396d3cd6b754f8321dec1ad (diff)
downloaddotfiles-ecfd498c379683d344468e8160a18adcc611b341.tar.gz
dotfiles-ecfd498c379683d344468e8160a18adcc611b341.zip
added colors for BufTabLine vim plugin; changed LS_COLORS and TERM; changed default term in tmux
Diffstat (limited to '.vim')
-rwxr-xr-x.vim/colors/buddy.vim12
1 files changed, 7 insertions, 5 deletions
diff --git a/.vim/colors/buddy.vim b/.vim/colors/buddy.vim
index 925fae8..b402d07 100755
--- a/.vim/colors/buddy.vim
+++ b/.vim/colors/buddy.vim
@@ -24,9 +24,13 @@ hi Normal guifg=#d9d9d9 guibg=#202020 guisp=#202020 gui=NONE ctermfg=253 ctermbg
"hi CTagsGlobalVariable -- no settings --
"hi SpellRare -- no settings --
"hi EnumerationValue -- no settings --
-"hi TabLineSel -- no settings --
"hi Union -- no settings --
-"hi TabLineFill -- no settings --
+hi TabLine ctermbg=235 ctermfg=244 cterm=none
+hi TabLineSel ctermbg=208 ctermfg=255 cterm=bold
+hi TabLineFill ctermbg=235 ctermfg=0 cterm=NONE
+"TODO if tabline activated
+hi BufTabLineActive ctermbg=69
+
"hi Question -- no settings --
"hi WarningMsg -- no settings --
"hi VisualNOS -- no settings --
@@ -44,7 +48,6 @@ hi Normal guifg=#d9d9d9 guibg=#202020 guisp=#202020 gui=NONE ctermfg=253 ctermbg
"hi CTagsClass -- no settings --
"hi Directory -- no settings --
"hi Underlined -- no settings --
-"hi TabLine -- no settings --
"hi clear -- no settings --
hi SpecialComment guifg=#f3cf64 guibg=NONE guisp=NONE gui=NONE ctermfg=221 ctermbg=NONE cterm=NONE
hi Typedef guifg=#fff200 guibg=NONE guisp=NONE gui=NONE ctermfg=11 ctermbg=NONE cterm=NONE
@@ -74,7 +77,7 @@ hi StorageClass guifg=#f0911d guibg=NONE guisp=NONE gui=NONE ctermfg=208 ctermbg
hi Todo guifg=#a9a9a9 guibg=NONE guisp=NONE gui=italic ctermfg=248 ctermbg=NONE cterm=NONE
hi Special guifg=#f3cf64 guibg=NONE guisp=NONE gui=NONE ctermfg=221 ctermbg=NONE cterm=NONE
hi LineNr guifg=#4d4d4d guibg=#1d1d1d guisp=#1d1d1d gui=NONE ctermfg=239 ctermbg=234 cterm=NONE
-"hi StatusLine guifg=#fffcf0 guibg=#444444 guisp=#444444 gui=italic ctermfg=230 ctermbg=238 cterm=NONE
+hi StatusLine ctermbg=38 ctermfg=0 cterm=NONE term=NONE gui=NONE
hi Label guifg=#f3cf64 guibg=NONE guisp=NONE gui=NONE ctermfg=221 ctermbg=NONE cterm=NONE
hi PMenuSel guifg=#1a1a1a guibg=#e6cd83 guisp=#e6cd83 gui=NONE ctermfg=234 ctermbg=180 cterm=NONE
hi Delimiter guifg=#f0ffe2 guibg=NONE guisp=NONE gui=NONE ctermfg=194 ctermbg=NONE cterm=NONE
@@ -95,7 +98,6 @@ hi Exception guifg=#fff200 guibg=NONE guisp=NONE gui=NONE ctermfg=11 ctermbg=NON
hi Keyword guifg=#fff200 guibg=NONE guisp=NONE gui=NONE ctermfg=11 ctermbg=NONE cterm=NONE
hi Type guifg=#ffb700 guibg=NONE guisp=NONE gui=NONE ctermfg=214 ctermbg=NONE cterm=NONE
hi Cursor guifg=NONE guibg=#656565 guisp=#656565 gui=NONE ctermfg=NONE ctermbg=241 cterm=NONE
-hi PMenu guifg=#fffcf0 guibg=#444444 guisp=#444444 gui=NONE ctermfg=230 ctermbg=238 cterm=NONE
hi SpecialKey guifg=#9a9a9a guibg=#343434 guisp=#343434 gui=NONE ctermfg=247 ctermbg=236 cterm=NONE
hi Constant guifg=#e66450 guibg=NONE guisp=NONE gui=NONE ctermfg=167 ctermbg=NONE cterm=NONE
hi Tag guifg=#f0ffe2 guibg=NONE guisp=NONE gui=NONE ctermfg=194 ctermbg=NONE cterm=NONE