Update dark templates.

This commit is contained in:
Lifepillar
2017-10-29 21:29:51 +01:00
parent 44e7efebf3
commit 150c7e0e56
7 changed files with 299 additions and 238 deletions

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Sat Oct 28 22:11:07 2017
" Last Updated: Sun Oct 29 21:23:20 2017
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
@@ -41,7 +41,7 @@ let g:colors_name = 'solarized8_dark_flat'
" base02: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
if get(g:, 'solarized_use16', 1)
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
hi Normal ctermfg=12 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE gui=NONE
else
hi Normal ctermfg=12 ctermbg=8 guifg=#839496 guibg=#002b36 guisp=NONE cterm=NONE gui=NONE
@@ -112,26 +112,20 @@ hi SpellRare ctermfg=6 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cterm
if get(g:, "solarized_statusline", "") == "low"
hi StatusLine ctermfg=0 ctermbg=14 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi StatusLineNC ctermfg=0 ctermbg=10 guifg=#073642 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLine ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineSel ctermfg=14 ctermbg=0 guifg=#93a1a1 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=0 ctermbg=14 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
else
hi StatusLine ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi StatusLineNC ctermfg=0 ctermbg=14 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLineSel ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
endif
hi TabLine ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi InsertMode ctermfg=0 ctermbg=6 guifg=#073642 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi ReplaceMode ctermfg=0 ctermbg=9 guifg=#073642 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi VisualMode ctermfg=0 ctermbg=5 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi CommandMode ctermfg=0 ctermbg=5 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
else
hi StatusLine ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi StatusLineNC ctermfg=0 ctermbg=14 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLine ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineSel ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi InsertMode ctermfg=0 ctermbg=6 guifg=#073642 guibg=#2aa198 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi ReplaceMode ctermfg=0 ctermbg=9 guifg=#073642 guibg=#cb4b16 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi VisualMode ctermfg=0 ctermbg=5 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi CommandMode ctermfg=0 ctermbg=5 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
endif
hi! link StatusLineTerm StatusLine
hi! link StatusLineTermNC StatusLineNC
hi VertSplit ctermfg=0 ctermbg=0 guifg=#073642 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
@@ -383,7 +377,7 @@ let g:terminal_color_2='#859900'
endif
endif
if !get(g:, 'solarized_use16', 1)
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
hi Normal ctermfg=246 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE gui=NONE
else
hi Normal ctermfg=246 ctermbg=235 guifg=#839496 guibg=#002b36 guisp=NONE cterm=NONE gui=NONE
@@ -454,26 +448,20 @@ hi SpellRare ctermfg=37 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cter
if get(g:, "solarized_statusline", "") == "low"
hi StatusLine ctermfg=236 ctermbg=247 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi StatusLineNC ctermfg=236 ctermbg=242 guifg=#073642 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLine ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineSel ctermfg=247 ctermbg=236 guifg=#93a1a1 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=236 ctermbg=247 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
else
hi StatusLine ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi StatusLineNC ctermfg=236 ctermbg=247 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLineSel ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
endif
hi TabLine ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi InsertMode ctermfg=236 ctermbg=37 guifg=#073642 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi ReplaceMode ctermfg=236 ctermbg=166 guifg=#073642 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi VisualMode ctermfg=236 ctermbg=162 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
hi CommandMode ctermfg=236 ctermbg=162 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
else
hi StatusLine ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi StatusLineNC ctermfg=236 ctermbg=247 guifg=#073642 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi TabLine ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineFill ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi TabLineSel ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi NormalMode ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi InsertMode ctermfg=236 ctermbg=37 guifg=#073642 guibg=#2aa198 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi ReplaceMode ctermfg=236 ctermbg=166 guifg=#073642 guibg=#cb4b16 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi VisualMode ctermfg=236 ctermbg=162 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi CommandMode ctermfg=236 ctermbg=162 guifg=#073642 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
endif
hi! link StatusLineTerm StatusLine
hi! link StatusLineTermNC StatusLineNC
hi VertSplit ctermfg=236 ctermbg=236 guifg=#073642 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
@@ -743,7 +731,16 @@ endif
" Color: green #859900 ~ 2
" Color: back #002b36 ~ 8
" Background: dark
" Normal base0 back
" verbatim
" endverbatim
" Normal base0 none
" verbatim
" else
" endverbatim
" Normal base0 back
" verbatim
" endif
" endverbatim
" ColorColumn none base02
" Conceal blue none
" verbatim
@@ -828,30 +825,24 @@ endif
" endverbatim
" StatusLine base02 base1 bold,reverse
" StatusLineNC base02 base01 reverse
" TabLine base01 base02
" TabLineFill base01 base02
" TabLineSel base1 base02
" NormalMode base02 base1 bold,reverse
" InsertMode base02 cyan bold,reverse
" ReplaceMode base02 orange bold,reverse
" VisualMode base02 magenta bold,reverse
" CommandMode base02 magenta bold,reverse
" verbatim
" else
" endverbatim
" StatusLine base02 base2 reverse
" StatusLineNC base02 base1 reverse
" TabLine base01 base02
" TabLineFill base01 base02
" TabLineSel base2 base02
" NormalMode base02 base2 reverse
" InsertMode base02 cyan reverse
" ReplaceMode base02 orange reverse
" VisualMode base02 magenta reverse
" CommandMode base02 magenta reverse
" verbatim
" endif
" endverbatim
" TabLine base01 base02
" TabLineFill base01 base02
" InsertMode base02 cyan bold,reverse
" ReplaceMode base02 orange bold,reverse
" VisualMode base02 magenta bold,reverse
" CommandMode base02 magenta bold,reverse
" StatusLineTerm -> StatusLine
" StatusLineTermNC -> StatusLineNC
" VertSplit base02 base02

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Sat Oct 28 22:11:10 2017
" Last Updated: Sun Oct 29 21:29:40 2017
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
@@ -41,25 +41,37 @@ let g:colors_name = 'solarized8_dark_low'
" base02: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
if get(g:, 'solarized_use16', 1)
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
hi Normal ctermfg=12 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=12 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi FoldColumn ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi Folded ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=#002b36 cterm=NONE,bold gui=NONE,bold
hi LineNr ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermbg=NONE guifg=NONE
else
hi Normal ctermfg=12 ctermbg=0 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=9 ctermbg=0 guifg=#cb4b16 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=12 ctermbg=0 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi FoldColumn ctermfg=12 ctermbg=0 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi Folded ctermfg=12 ctermbg=0 guifg=#839496 guibg=#073642 guisp=#002b36 cterm=NONE,bold gui=NONE,bold
hi LineNr ctermfg=10 ctermbg=0 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermbg=0 guibg=#073642
endif
hi ColorColumn ctermfg=NONE ctermbg=0 guifg=NONE guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
if get(g:, "solarized_visibility", "") == "high"
hi CursorLineNr ctermfg=9 guifg=#cb4b16 cterm=bold gui=bold
hi NonText ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
elseif get(g:, "solarized_visibility", "") == "low"
hi CursorLineNr ctermfg=10 guifg=#586e75 cterm=bold gui=bold
hi NonText ctermfg=0 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=0 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
else
hi CursorLineNr ctermfg=12 guifg=#839496 cterm=bold gui=bold
hi NonText ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=11 ctermbg=0 guifg=#657b83 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi Title ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
endif
if get(g:, 'solarized_old_cursor_style', 0)
hi Cursor ctermfg=8 ctermbg=12 guifg=#002b36 guibg=#839496 guisp=NONE cterm=NONE gui=NONE
else
@@ -67,19 +79,6 @@ hi Cursor ctermfg=15 ctermbg=4 guifg=#fdf6e3 guibg=#268bd2 guisp=NONE cterm=NONE
endif
hi CursorColumn ctermfg=NONE ctermbg=0 guifg=NONE guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLine ctermfg=NONE ctermbg=0 guifg=NONE guibg=#073642 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
if get(g:, "solarized_visibility", "") == "high"
hi NonText ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
elseif get(g:, "solarized_visibility", "") == "low"
hi NonText ctermfg=0 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=0 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
else
hi NonText ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=11 ctermbg=0 guifg=#657b83 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi Title ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
endif
if get(g:, "solarized_diffmode", "") == "high"
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
@@ -384,25 +383,37 @@ let g:terminal_color_2='#859900'
endif
endif
if !get(g:, 'solarized_use16', 1)
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
hi Normal ctermfg=246 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=246 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi FoldColumn ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi Folded ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=#002b36 cterm=NONE,bold gui=NONE,bold
hi LineNr ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermbg=NONE guifg=NONE
else
hi Normal ctermfg=246 ctermbg=236 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=166 ctermbg=236 guifg=#cb4b16 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi CursorLineNr ctermfg=246 ctermbg=236 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi FoldColumn ctermfg=246 ctermbg=236 guifg=#839496 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi Folded ctermfg=246 ctermbg=236 guifg=#839496 guibg=#073642 guisp=#002b36 cterm=NONE,bold gui=NONE,bold
hi LineNr ctermfg=242 ctermbg=236 guifg=#586e75 guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermbg=236 guibg=#073642
endif
hi ColorColumn ctermfg=NONE ctermbg=236 guifg=NONE guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
if get(g:, "solarized_visibility", "") == "high"
hi CursorLineNr ctermfg=166 guifg=#cb4b16 cterm=bold gui=bold
hi NonText ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
elseif get(g:, "solarized_visibility", "") == "low"
hi CursorLineNr ctermfg=242 guifg=#586e75 cterm=bold gui=bold
hi NonText ctermfg=236 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=236 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
else
hi CursorLineNr ctermfg=246 guifg=#839496 cterm=bold gui=bold
hi NonText ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=66 ctermbg=236 guifg=#657b83 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi Title ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
endif
if get(g:, 'solarized_old_cursor_style', 0)
hi Cursor ctermfg=235 ctermbg=246 guifg=#002b36 guibg=#839496 guisp=NONE cterm=NONE gui=NONE
else
@@ -410,19 +421,6 @@ hi Cursor ctermfg=230 ctermbg=32 guifg=#fdf6e3 guibg=#268bd2 guisp=NONE cterm=NO
endif
hi CursorColumn ctermfg=NONE ctermbg=236 guifg=NONE guibg=#073642 guisp=NONE cterm=NONE gui=NONE
hi CursorLine ctermfg=NONE ctermbg=236 guifg=NONE guibg=#073642 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
if get(g:, "solarized_visibility", "") == "high"
hi NonText ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
elseif get(g:, "solarized_visibility", "") == "low"
hi NonText ctermfg=236 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=236 ctermbg=NONE guifg=#073642 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi Title ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
else
hi NonText ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi SpecialKey ctermfg=66 ctermbg=236 guifg=#657b83 guibg=#073642 guisp=NONE cterm=NONE,bold gui=NONE,bold
hi Title ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
endif
if get(g:, "solarized_diffmode", "") == "high"
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
@@ -745,10 +743,49 @@ endif
" Color: green #859900 ~ 2
" Color: back #073642 ~ 0
" Background: dark
" Normal base0 back
" verbatim
" endverbatim
" Normal base0 none
" FoldColumn fg none
" Folded fg none bold s=base03
" LineNr base01 none
" verbatim
" hi CursorLineNr ctermbg=NONE guifg=NONE
" else
" endverbatim
" Normal base0 back
" FoldColumn base0 base02
" Folded base0 base02 bold s=base03
" LineNr base01 base02
" verbatim
" hi CursorLineNr ctermbg=@base02 guibg=@base02
" endif
" endverbatim
" ColorColumn none base02
" Conceal blue none
" verbatim
" hi CursorLineNr ctermfg=@orange guifg=@orange cterm=bold gui=bold
" endverbatim
" NonText orange none bold
" SpecialKey orange none reverse
" Title yellow none bold
" verbatim
" hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
" endverbatim
" NonText base02 none bold
" SpecialKey base02 none reverse
" Title base01 none bold
" verbatim
" else
" hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
" endverbatim
" NonText base00 none bold
" SpecialKey base00 base02 bold
" Title yellow none bold
" verbatim
" endif
" endverbatim
" verbatim
" endverbatim
" Cursor base03 base0
" verbatim
@@ -762,28 +799,6 @@ endif
" CursorLine none base02 underline s=base1
" verbatim
" endverbatim
" CursorLineNr orange base02/none bold
" NonText orange none bold
" SpecialKey orange none reverse
" Title yellow none bold
" verbatim
" endverbatim
" CursorLineNr base01 base02/none bold
" NonText base02 none bold
" SpecialKey base02 none reverse
" Title base01 none bold
" verbatim
" else
" endverbatim
" CursorLineNr base0 base02/none bold
" NonText base00 none bold
" SpecialKey base00 base02 bold
" Title yellow none bold
" verbatim
" endif
" endverbatim
" verbatim
" endverbatim
" DiffAdd green none reverse
" DiffChange yellow none reverse
" DiffDelete red none reverse
@@ -807,10 +822,7 @@ endif
" Directory blue none
" EndOfBuffer none none
" ErrorMsg red base3 reverse
" FoldColumn base0/fg base02/none
" Folded base0/fg base02/none bold s=base03
" IncSearch orange none standout
" LineNr base01/base01 base02/none
" MatchParen base3 base02 bold
" ModeMsg blue none
" MoreMsg blue none

View File

@@ -2,44 +2,43 @@
==============================================================================
Solarized8 Dark Flat colorscheme *solarized8_dark_flat*
*g:solarized_diffmode*
*g:solarized_diffmode*
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
`"high"`, and `"low"`.
>
let g:solarized_diffmode = "normal"
<
*g:solarized_old_cursor_style*
*g:solarized_old_cursor_style*
Set to 1 if you want to use the original Solarized's cursor style. By default,
the cursor is blue. NOTE: your terminal may override the cursor's color.
>
let g:solarized_old_cursor_style = 0
<
*g:solarized_statusline*
*g:solarized_statusline*
Set to `"low"` to reduce the contrast in the status line.
>
let g:solarized_statusline = "normal"
<
*g:solarized_term_italics*
*g:solarized_term_italics*
Set to 0 if you want to disable italics in the terminal.
>
let g:solarized_term_italics = 1
<
*g:solarized_visibility*
*g:solarized_termtrans*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:solarized_termtrans = 0
<
*g:solarized_visibility*
Tweak the visibility of a few elements. Allowed values are `"normal"`
(default), `"high"`, and `"low"`.
>
let g:solarized_visibility = "normal"
<
==============================================================================
Solarized8 Dark Flat other options *solarized8_dark_flat-other-options*
*g:solarized_transp_bg*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:solarized_transp_bg = 0
<
*g:solarized_use16*
Set to 0 if you want to use 256 colors.
>

View File

@@ -2,44 +2,43 @@
==============================================================================
Solarized8 Dark Low Contrast colorscheme *solarized8_dark_low*
*g:solarized_diffmode*
*g:solarized_diffmode*
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
`"high"`, and `"low"`.
>
let g:solarized_diffmode = "normal"
<
*g:solarized_old_cursor_style*
*g:solarized_old_cursor_style*
Set to 1 if you want to use the original Solarized's cursor style. By default,
the cursor is blue. NOTE: your terminal may override the cursor's color.
>
let g:solarized_old_cursor_style = 0
<
*g:solarized_statusline*
*g:solarized_statusline*
Set to `"low"` to reduce the contrast in the status line.
>
let g:solarized_statusline = "normal"
<
*g:solarized_term_italics*
*g:solarized_term_italics*
Set to 0 if you want to disable italics in the terminal.
>
let g:solarized_term_italics = 1
<
*g:solarized_visibility*
*g:solarized_termtrans*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:solarized_termtrans = 0
<
*g:solarized_visibility*
Tweak the visibility of a few elements. Allowed values are `"normal"`
(default), `"high"`, and `"low"`.
>
let g:solarized_visibility = "normal"
<
==============================================================================
Solarized8 Dark Low Contrast other options *solarized8_dark_low-other-options*
*g:solarized_transp_bg*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:solarized_transp_bg = 0
<
*g:solarized_use16*
Set to 0 if you want to use 256 colors.
>

View File

@@ -36,35 +36,40 @@ documentation
==============================================================================
@fullname colorscheme *@shortname*
*g:@optionprefix_diffmode*
*g:@optionprefix_diffmode*
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
`"high"`, and `"low"`.
>
let g:@optionprefix_diffmode = "normal"
<
*g:@optionprefix_old_cursor_style*
*g:@optionprefix_old_cursor_style*
Set to 1 if you want to use the original Solarized's cursor style. By default,
the cursor is blue. NOTE: your terminal may override the cursor's color.
>
let g:@optionprefix_old_cursor_style = 0
<
*g:@optionprefix_statusline*
*g:@optionprefix_statusline*
Set to `"low"` to reduce the contrast in the status line.
>
let g:@optionprefix_statusline = "normal"
<
*g:@optionprefix_term_italics*
*g:@optionprefix_term_italics*
Set to 0 if you want to disable italics in the terminal.
>
let g:@optionprefix_term_italics = 1
<
*g:@optionprefix_visibility*
*g:@optionprefix_termtrans*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:@optionprefix_termtrans = 0
<
*g:@optionprefix_visibility*
Tweak the visibility of a few elements. Allowed values are `"normal"`
(default), `"high"`, and `"low"`.
>
let g:@optionprefix_visibility = "normal"
<
enddocumentation
# }}}
@@ -93,9 +98,24 @@ Color: back #002b36 ~ 8
Background: dark
# Default highlight groups {{{
# Comment out (do not delete) the definitions that you want to keep at their default.
# Group Foreground Background Attributes
Normal base0 back
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
endverbatim
# Transparent background
Normal base0 none
verbatim
else
endverbatim
# Opaque background
Normal base0 back
verbatim
endif
endverbatim
ColorColumn none base02
Conceal blue none
@@ -195,34 +215,24 @@ if get(g:, "@optionprefix_statusline", "") == "low"
endverbatim
StatusLine base02 base1 bold,reverse
StatusLineNC base02 base01 reverse
TabLine base01 base02
TabLineFill base01 base02
TabLineSel base1 base02
# Additional highlight groups {{{
NormalMode base02 base1 bold,reverse
InsertMode base02 cyan bold,reverse
ReplaceMode base02 orange bold,reverse
VisualMode base02 magenta bold,reverse
CommandMode base02 magenta bold,reverse
# }}}
verbatim
else
endverbatim
StatusLine base02 base2 reverse
StatusLineNC base02 base1 reverse
TabLine base01 base02
TabLineFill base01 base02
TabLineSel base2 base02
# Additional highlight groups {{{
NormalMode base02 base2 reverse
InsertMode base02 cyan reverse
ReplaceMode base02 orange reverse
VisualMode base02 magenta reverse
CommandMode base02 magenta reverse
# }}}
verbatim
endif
endverbatim
TabLine base01 base02
TabLineFill base01 base02
InsertMode base02 cyan bold,reverse
ReplaceMode base02 orange bold,reverse
VisualMode base02 magenta bold,reverse
CommandMode base02 magenta bold,reverse
StatusLineTerm -> StatusLine
StatusLineTermNC -> StatusLineNC
VertSplit base02 base02

View File

@@ -36,35 +36,40 @@ documentation
==============================================================================
@fullname colorscheme *@shortname*
*g:@optionprefix_diffmode*
*g:@optionprefix_diffmode*
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
`"high"`, and `"low"`.
>
let g:@optionprefix_diffmode = "normal"
<
*g:@optionprefix_old_cursor_style*
*g:@optionprefix_old_cursor_style*
Set to 1 if you want to use the original Solarized's cursor style. By default,
the cursor is blue. NOTE: your terminal may override the cursor's color.
>
let g:@optionprefix_old_cursor_style = 0
<
*g:@optionprefix_statusline*
*g:@optionprefix_statusline*
Set to `"low"` to reduce the contrast in the status line.
>
let g:@optionprefix_statusline = "normal"
<
*g:@optionprefix_term_italics*
*g:@optionprefix_term_italics*
Set to 0 if you want to disable italics in the terminal.
>
let g:@optionprefix_term_italics = 1
<
*g:@optionprefix_visibility*
*g:@optionprefix_termtrans*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:@optionprefix_termtrans = 0
<
*g:@optionprefix_visibility*
Tweak the visibility of a few elements. Allowed values are `"normal"`
(default), `"high"`, and `"low"`.
>
let g:@optionprefix_visibility = "normal"
<
enddocumentation
# }}}
@@ -93,9 +98,59 @@ Color: back #002b36 ~ 8
Background: dark
# Default highlight groups {{{
# Comment out (do not delete) the definitions that you want to keep at their default.
# Group Foreground Background Attributes
Normal base0 back
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
endverbatim
# Transparent background
Normal base0 none
FoldColumn fg none
Folded fg none bold s=base03
LineNr base01 none
verbatim
hi CursorLineNr ctermbg=NONE guifg=NONE
else
endverbatim
# Opaque background
Normal base0 back
FoldColumn base0 base02
Folded base0 base02 bold s=base03
LineNr base01 base02
verbatim
hi CursorLineNr ctermbg=@base02 guibg=@base02
endif
endverbatim
# Visibility ================================================================
verbatim
if get(g:, "@optionprefix_visibility", "") == "high"
hi CursorLineNr ctermfg=@orange guifg=@orange cterm=bold gui=bold
endverbatim
NonText orange none bold
SpecialKey orange none reverse
Title yellow none bold
verbatim
elseif get(g:, "@optionprefix_visibility", "") == "low"
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
endverbatim
NonText base02 none bold
SpecialKey base02 none reverse
Title base01 none bold
verbatim
else
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
endverbatim
NonText base00 none bold
SpecialKey base00 base02 bold
Title yellow none bold
verbatim
endif
endverbatim
# ---------------------------------------------------------------------------
ColorColumn none base02
Conceal blue none
@@ -116,33 +171,6 @@ endverbatim
CursorColumn none base02
CursorLine none base02 s=base1
# Visibility ================================================================
verbatim
if get(g:, "@optionprefix_visibility", "") == "high"
endverbatim
CursorLineNr orange base02/none bold
NonText orange none bold
SpecialKey orange none reverse
Title yellow none bold
verbatim
elseif get(g:, "@optionprefix_visibility", "") == "low"
endverbatim
CursorLineNr base01 base02/none bold
NonText base02 none bold
SpecialKey base02 none reverse
Title base01 none bold
verbatim
else
endverbatim
CursorLineNr base0 base02/none bold
NonText base00 none bold
SpecialKey base00 base02 bold
Title yellow none bold
verbatim
endif
endverbatim
# ---------------------------------------------------------------------------
# Diff mode =================================================================
verbatim
if get(g:, "@optionprefix_diffmode", "") == "high"
@@ -171,10 +199,7 @@ endverbatim
Directory blue none
EndOfBuffer none none
ErrorMsg red base3 reverse
FoldColumn base0/fg base02/none
Folded base0/fg base02/none bold s=base03
IncSearch orange none standout
LineNr base01/base01 base02/none
MatchParen base3 base02 bold
ModeMsg blue none
MoreMsg blue none

View File

@@ -36,35 +36,40 @@ documentation
==============================================================================
@fullname colorscheme *@shortname*
*g:@optionprefix_diffmode*
*g:@optionprefix_diffmode*
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
`"high"`, and `"low"`.
>
let g:@optionprefix_diffmode = "normal"
<
*g:@optionprefix_old_cursor_style*
*g:@optionprefix_old_cursor_style*
Set to 1 if you want to use the original Solarized's cursor style. By default,
the cursor is blue. NOTE: your terminal may override the cursor's color.
>
let g:@optionprefix_old_cursor_style = 0
<
*g:@optionprefix_statusline*
*g:@optionprefix_statusline*
Set to `"low"` to reduce the contrast in the status line.
>
let g:@optionprefix_statusline = "normal"
<
*g:@optionprefix_term_italics*
*g:@optionprefix_term_italics*
Set to 0 if you want to disable italics in the terminal.
>
let g:@optionprefix_term_italics = 1
<
*g:@optionprefix_visibility*
*g:@optionprefix_termtrans*
Set to 1 if you want a transparent background. Takes effect only in the
terminal.
>
let g:@optionprefix_termtrans = 0
<
*g:@optionprefix_visibility*
Tweak the visibility of a few elements. Allowed values are `"normal"`
(default), `"high"`, and `"low"`.
>
let g:@optionprefix_visibility = "normal"
<
enddocumentation
# }}}
@@ -93,12 +98,62 @@ Color: back #073642 ~ 0
Background: dark
# Default highlight groups {{{
# Comment out (do not delete) the definitions that you want to keep at their default.
# Group Foreground Background Attributes
Normal base0 back
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
endverbatim
# Transparent background
Normal base0 none
FoldColumn fg none
Folded fg none bold s=base03
LineNr base01 none
verbatim
hi CursorLineNr ctermbg=NONE guifg=NONE
else
endverbatim
# Opaque background
Normal base0 back
FoldColumn base0 base02
Folded base0 base02 bold s=base03
LineNr base01 base02
verbatim
hi CursorLineNr ctermbg=@base02 guibg=@base02
endif
endverbatim
ColorColumn none base02
Conceal blue none
# Visibility ================================================================
verbatim
if get(g:, "@optionprefix_visibility", "") == "high"
hi CursorLineNr ctermfg=@orange guifg=@orange cterm=bold gui=bold
endverbatim
NonText orange none bold
SpecialKey orange none reverse
Title yellow none bold
verbatim
elseif get(g:, "@optionprefix_visibility", "") == "low"
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
endverbatim
NonText base02 none bold
SpecialKey base02 none reverse
Title base01 none bold
verbatim
else
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
endverbatim
NonText base00 none bold
SpecialKey base00 base02 bold
Title yellow none bold
verbatim
endif
endverbatim
# ---------------------------------------------------------------------------
# Cursor style ==============================================================
verbatim
if get(g:, '@optionprefix_old_cursor_style', 0)
@@ -116,33 +171,6 @@ endverbatim
CursorColumn none base02
CursorLine none base02 underline s=base1
# Visibility ================================================================
verbatim
if get(g:, "@optionprefix_visibility", "") == "high"
endverbatim
CursorLineNr orange base02/none bold
NonText orange none bold
SpecialKey orange none reverse
Title yellow none bold
verbatim
elseif get(g:, "@optionprefix_visibility", "") == "low"
endverbatim
CursorLineNr base01 base02/none bold
NonText base02 none bold
SpecialKey base02 none reverse
Title base01 none bold
verbatim
else
endverbatim
CursorLineNr base0 base02/none bold
NonText base00 none bold
SpecialKey base00 base02 bold
Title yellow none bold
verbatim
endif
endverbatim
# ---------------------------------------------------------------------------
# Diff mode =================================================================
verbatim
if get(g:, "@optionprefix_diffmode", "") == "high"
@@ -171,10 +199,7 @@ endverbatim
Directory blue none
EndOfBuffer none none
ErrorMsg red base3 reverse
FoldColumn base0/fg base02/none
Folded base0/fg base02/none bold s=base03
IncSearch orange none standout
LineNr base01/base01 base02/none
MatchParen base3 base02 bold
ModeMsg blue none
MoreMsg blue none