forked from square/maximum-awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
974 changed files
with
180,305 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
" Vim color file | ||
|
||
" cool help screens | ||
" :he group-name | ||
" :he highlight-groups | ||
" :he cterm-colors | ||
|
||
set background=dark | ||
if version > 580 | ||
" no guarantees for version 5.8 and below, but this makes it stop | ||
" complaining | ||
hi clear | ||
if exists("syntax_on") | ||
syntax reset | ||
endif | ||
endif | ||
let g:colors_name="0x7A69_dark" | ||
|
||
hi Normal guifg=#aaaaaa guibg=#1f1f1f " цвет фона | ||
|
||
" highlight groups | ||
hi Cursor guifg=NONE guibg=grey40 gui=none | ||
"hi Cursor guifg=NONE guibg=#f0e68c gui=none | ||
"hi CursorIM | ||
"hi Directory | ||
"hi DiffAdd | ||
"hi DiffChange | ||
"hi DiffDelete | ||
"hi DiffText | ||
"hi ErrorMsg | ||
hi VertSplit guibg=#c2bfa5 guifg=grey50 gui=none | ||
hi Folded guibg=grey30 guifg=gold | ||
hi FoldColumn guibg=grey30 guifg=tan | ||
hi IncSearch guifg=slategrey guibg=khaki | ||
"hi LineNr | ||
hi ModeMsg guifg=goldenrod | ||
hi MoreMsg guifg=SeaGreen | ||
hi NonText guifg=LightBlue guibg=grey30 | ||
hi Question guifg=springgreen | ||
hi Search guibg=peru guifg=wheat | ||
hi SpecialKey guifg=yellowgreen | ||
hi StatusLine guibg=grey0 guifg=grey60 gui=none | ||
hi StatusLineNC guibg=grey0 guifg=grey60 gui=none | ||
hi Title guifg=indianred | ||
hi Visual gui=none guifg=khaki guibg=olivedrab | ||
"hi VisualNOS | ||
hi WarningMsg guifg=salmon | ||
"hi WildMenu | ||
"hi Menu | ||
"hi Scrollbar | ||
"hi Tooltip | ||
|
||
" syntax highlighting groups | ||
hi Comment guifg=#007f7f | ||
hi Constant guifg=#ffa0a0 | ||
hi Identifier guifg=palegreen cterm=bold | ||
hi Statement guifg=khaki | ||
hi PreProc guifg=indianred | ||
hi Type guifg=darkkhaki | ||
hi Special guifg=navajowhite | ||
"hi Underlined | ||
hi Ignore guifg=grey40 | ||
"hi Error | ||
hi Todo guifg=orangered guibg=yellow2 | ||
|
||
" color terminal definitions | ||
hi SpecialKey ctermfg=darkgreen | ||
hi NonText cterm=bold ctermfg=darkblue | ||
hi Directory ctermfg=darkcyan | ||
hi ErrorMsg cterm=bold ctermfg=7 ctermbg=1 | ||
hi IncSearch cterm=NONE ctermfg=yellow ctermbg=green | ||
hi Search cterm=NONE ctermfg=grey ctermbg=blue | ||
hi MoreMsg ctermfg=darkgreen | ||
hi ModeMsg cterm=NONE ctermfg=brown | ||
hi LineNr ctermfg=3 | ||
hi Question ctermfg=green | ||
hi StatusLine cterm=bold,reverse | ||
hi StatusLineNC cterm=reverse | ||
hi VertSplit cterm=reverse | ||
hi Title ctermfg=5 | ||
hi Visual cterm=reverse | ||
hi VisualNOS cterm=bold,underline | ||
hi WarningMsg ctermfg=1 | ||
hi WildMenu ctermfg=0 ctermbg=3 | ||
hi Folded ctermfg=darkgrey ctermbg=NONE | ||
hi FoldColumn ctermfg=darkgrey ctermbg=NONE | ||
hi DiffAdd ctermbg=4 | ||
hi DiffChange ctermbg=5 | ||
hi DiffDelete cterm=bold ctermfg=4 ctermbg=6 | ||
hi DiffText cterm=bold ctermbg=1 | ||
hi Comment ctermfg=darkcyan | ||
hi Constant ctermfg=brown | ||
hi Special ctermfg=5 | ||
hi Identifier ctermfg=6 | ||
hi Statement ctermfg=3 | ||
hi PreProc ctermfg=5 | ||
hi Type ctermfg=2 | ||
hi Underlined cterm=underline ctermfg=5 | ||
hi Ignore cterm=bold ctermfg=7 | ||
hi Ignore ctermfg=darkgrey | ||
hi Error cterm=bold ctermfg=7 ctermbg=1 | ||
|
||
hi Pmenu guifg=#f6f3e8 guibg=#444444 | ||
hi PmenuSel guifg=#000000 guibg=#cae682 | ||
hi ColorColumn term=reverse ctermbg=4 guibg=grey18 | ||
hi MatchParen term=reverse ctermbg=3 guibg=red4 | ||
hi lCursor guifg=NONE guibg=Cyan | ||
hi CursorLine term=underline cterm=underline guibg=grey14 | ||
|
||
|
||
|
||
"vim: sw=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
" Vim color file | ||
|
||
set background=dark | ||
highlight clear | ||
|
||
if exists("syntax_on") | ||
syntax reset | ||
endif | ||
|
||
let g:colors_name = "1989" | ||
|
||
let s:dark_gray = [236, "#303030"] | ||
let s:mid_gray = [102, "#878787"] | ||
let s:default_white = [231, "#FFFFFF"] | ||
|
||
let s:lavender = [183, "#dfafff"] | ||
let s:light_purple = [225, "#ffdfff"] | ||
let s:gray_purple = [146, "#afafd7"] | ||
|
||
let s:pink = [218, "#ffafdf"] | ||
let s:light_blue = [159, "#afffff"] | ||
let s:mint = [158, "#afffd7"] | ||
let s:light_yellow = [229, "#ffffaf"] | ||
|
||
let s:dark_pink = [197, "#ff005f"] | ||
let s:dark_green = [29, "#00875f"] | ||
let s:dark_blue = [31, "#0087af"] | ||
|
||
let s:none = ["NONE", ""] | ||
|
||
function! <SID>set_hi(name, fg, bg, style) | ||
execute "hi " . a:name . " ctermfg=" . a:fg[0] . " ctermbg=" . a:bg[0] " cterm=" . a:style | ||
if a:fg[1] != "" | ||
execute "hi " . a:name . " guifg=" . a:fg[1] | ||
endif | ||
if a:bg[1] != "" | ||
execute "hi " . a:name . " guibg=" . a:bg[1] | ||
endif | ||
execute "hi " . a:name . " gui=" . a:style | ||
endfun | ||
|
||
call <SID>set_hi("Normal", s:default_white, s:dark_gray, "NONE") | ||
call <SID>set_hi("Cursor", s:dark_gray, s:default_white, "NONE") | ||
call <SID>set_hi("Visual", s:none, s:mid_gray, "NONE") | ||
call <SID>set_hi("CursorLine", s:none, s:dark_gray, "NONE") | ||
call <SID>set_hi("CursorColumn", s:none, s:dark_gray, "NONE") | ||
call <SID>set_hi("ColorColumn", s:none, s:dark_gray, "NONE") | ||
call <SID>set_hi("LineNr", s:mid_gray, s:dark_gray, "NONE") | ||
call <SID>set_hi("VertSplit", s:mid_gray, s:mid_gray, "NONE") | ||
call <SID>set_hi("MatchParen", s:pink, s:none, "underline") | ||
call <SID>set_hi("StatusLine", s:default_white, s:mid_gray, "bold") | ||
call <SID>set_hi("StatusLineNC", s:default_white, s:mid_gray, "NONE") | ||
call <SID>set_hi("Pmenu", s:none, s:none, "NONE") | ||
call <SID>set_hi("PmenuSel", s:none, s:dark_gray, "NONE") | ||
call <SID>set_hi("IncSearch", s:dark_gray, s:light_yellow, "NONE") | ||
call <SID>set_hi("Search", s:none, s:none, "underline") | ||
call <SID>set_hi("Directory", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("Folded", s:light_yellow, s:dark_gray, "NONE") | ||
call <SID>set_hi("TabLine", s:default_white, s:dark_gray, "NONE") | ||
call <SID>set_hi("TabLineSel", s:light_purple, s:dark_gray, "NONE") | ||
call <SID>set_hi("TabLineFill", s:default_white, s:dark_gray, "NONE") | ||
|
||
call <SID>set_hi("Define", s:gray_purple, s:none, "NONE") | ||
call <SID>set_hi("DiffAdd", s:default_white, s:dark_green, "bold") | ||
call <SID>set_hi("DiffDelete", s:dark_pink, s:none, "NONE") | ||
call <SID>set_hi("DiffChange", s:default_white, s:dark_gray, "NONE") | ||
call <SID>set_hi("DiffText", s:default_white, s:dark_blue, "bold") | ||
call <SID>set_hi("ErrorMsg", s:default_white, s:dark_pink, "NONE") | ||
call <SID>set_hi("WarningMsg", s:default_white, s:dark_pink, "NONE") | ||
|
||
call <SID>set_hi("Boolean", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("Character", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("Comment", s:gray_purple, s:none, "NONE") | ||
call <SID>set_hi("Conditional", s:pink, s:none, "NONE") | ||
call <SID>set_hi("Constant", s:mint, s:none, "NONE") | ||
call <SID>set_hi("Float", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("Function", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("Identifier", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("Keyword", s:pink, s:none, "NONE") | ||
call <SID>set_hi("Label", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("NonText", s:default_white, s:dark_gray, "NONE") | ||
call <SID>set_hi("Number", s:mint, s:none, "NONE") | ||
call <SID>set_hi("Operator", s:pink, s:none, "NONE") | ||
call <SID>set_hi("PreProc", s:pink, s:none, "NONE") | ||
call <SID>set_hi("Special", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("SpecialKey", s:default_white, s:dark_gray, "NONE") | ||
call <SID>set_hi("Statement", s:pink, s:none, "NONE") | ||
call <SID>set_hi("SpellBad", s:pink, s:none, "underline") | ||
call <SID>set_hi("SpellCap", s:light_blue, s:none, "underline") | ||
call <SID>set_hi("StorageClass", s:mint, s:none, "NONE") | ||
call <SID>set_hi("String", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("Tag", s:pink, s:none, "NONE") | ||
call <SID>set_hi("Title", s:default_white, s:none, "bold") | ||
call <SID>set_hi("Todo", s:light_yellow, s:none, "inverse,bold") | ||
call <SID>set_hi("Type", s:mint, s:none, "NONE") | ||
call <SID>set_hi("Underlined", s:none, s:none, "underline") | ||
|
||
call <SID>set_hi("rubyClass", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyFunction", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("rubyInterpolationDelimiter", s:none, s:none, "NONE") | ||
call <SID>set_hi("rubySymbol", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("rubyConstant", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyStringDelimiter", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("rubyBlockParameter", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyBlock", s:default_white, s:none, "NONE") | ||
call <SID>set_hi("rubyInstanceVariable", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyInclude", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyGlobalVariable", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("rubyRegexp", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("rubyRegexpDelimiter", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("rubyEscape", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("rubyControl", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("rubyRepeat", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("rubyConditional", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyClassVariable", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("rubyOperator", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyException", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyPseudoVariable", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyRailsUserClass", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyRailsARAssociationMethod", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyRailsARMethod", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyRailsRenderMethod", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyRailsMethod", s:mint, s:none, "NONE") | ||
call <SID>set_hi("rubyArrayDelimiter", s:pink, s:none, "NONE") | ||
call <SID>set_hi("rubyInterpolation", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("rubyInterpolationDelimiter", s:pink, s:none, "NONE") | ||
|
||
call <SID>set_hi("erubyDelimiter", s:none, s:none, "NONE") | ||
call <SID>set_hi("erubyRailsMethod", s:mint, s:none, "NONE") | ||
|
||
call <SID>set_hi("htmlTag", s:none, s:none, "NONE") | ||
call <SID>set_hi("htmlEndTag", s:none, s:none, "NONE") | ||
call <SID>set_hi("htmlTagName", s:none, s:none, "NONE") | ||
call <SID>set_hi("htmlArg", s:none, s:none, "NONE") | ||
call <SID>set_hi("htmlSpecialChar", s:lavender, s:none, "NONE") | ||
|
||
call <SID>set_hi("javaScriptFunction", s:mint, s:none, "NONE") | ||
call <SID>set_hi("javaScriptRailsFunction", s:mint, s:none, "NONE") | ||
call <SID>set_hi("javaScriptBraces", s:none, s:none, "NONE") | ||
|
||
call <SID>set_hi("yamlKey", s:pink, s:none, "NONE") | ||
call <SID>set_hi("yamlAnchor", s:none, s:none, "NONE") | ||
call <SID>set_hi("yamlAlias", s:none, s:none, "NONE") | ||
call <SID>set_hi("yamlDocumentHeader", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("yamlPlainScalar", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("yamlBlockCollectionItemStart", s:pink, s:none, "NONE") | ||
|
||
call <SID>set_hi("cssURL", s:dark_pink, s:none, "NONE") | ||
call <SID>set_hi("cssFunctionName", s:mint, s:none, "NONE") | ||
call <SID>set_hi("cssColor", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("cssPseudoClassId", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("cssClassName", s:light_yellow, s:none, "NONE") | ||
call <SID>set_hi("cssValueLength", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("cssCommonAttr", s:mint, s:none, "NONE") | ||
call <SID>set_hi("cssBraces", s:none, s:none, "NONE") | ||
|
||
call <SID>set_hi("jsThis", s:pink, s:none, "NONE") | ||
call <SID>set_hi("jsBraces", s:light_purple, s:none, "NONE") | ||
call <SID>set_hi("jsGlobalObjects", s:mint, s:none, "NONE") | ||
|
||
call <SID>set_hi("coffeeCurly", s:lavender, s:none, "NONE") | ||
call <SID>set_hi("coffeeObjAssign", s:light_purple, s:none, "NONE") | ||
|
||
call <SID>set_hi("cjsxAttribProperty", s:lavender, s:none, "NONE") | ||
|
||
call <SID>set_hi("markdownH1", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownH2", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownH3", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownH4", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownH5", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownH6", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownHeadingDelimiter", s:light_blue, s:none, "NONE") | ||
call <SID>set_hi("markdownRule", s:light_blue, s:none, "NONE") | ||
|
||
call <SID>set_hi("SyntasticError", s:dark_gray, s:pink, "NONE") | ||
call <SID>set_hi("SyntasticWarning", s:dark_gray, s:light_blue, "NONE") | ||
|
||
" https://github.com/kien/rainbow_parentheses.vim | ||
if !exists("g:rbpt_colorpairs") | ||
let g:rbpt_colorpairs = [ | ||
\ s:mint, s:light_blue, s:lavender, s:pink, | ||
\ s:mint, s:light_blue, s:lavender, s:pink, | ||
\ s:mint, s:light_blue, s:lavender, s:pink, | ||
\ s:mint, s:light_blue, s:lavender, s:pink, | ||
\ ] | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
" Vim color file | ||
" Maintainer: Piotr Husiatyński <phusiatynski@gmail.com> | ||
|
||
set background=dark | ||
set t_Co=256 | ||
let g:colors_name="256-grayvim" | ||
|
||
let python_highlight_all = 1 | ||
let c_gnu = 1 | ||
|
||
|
||
hi Normal ctermfg=253 ctermbg=235 cterm=None | ||
hi Cursor ctermfg=Red ctermbg=None cterm=None | ||
hi SpecialKey ctermfg=87 ctermbg=None cterm=Bold | ||
hi Directory ctermfg=76 ctermbg=None cterm=None | ||
hi ErrorMsg ctermfg=124 ctermbg=White cterm=None | ||
hi PreProc ctermfg=246 ctermbg=None cterm=Bold | ||
hi Search ctermfg=160 ctermbg=232 cterm=Bold | ||
hi Type ctermfg=75 ctermbg=None cterm=Bold | ||
hi Statement ctermfg=75 ctermbg=None cterm=None | ||
hi Comment ctermfg=244 ctermbg=None cterm=None | ||
hi Identifier ctermfg=111 ctermbg=None cterm=Bold | ||
hi DiffText ctermfg=88 ctermbg=250 cterm=None | ||
hi Constant ctermfg=208 ctermbg=None cterm=None | ||
hi Todo ctermfg=233 ctermbg=118 cterm=Bold | ||
hi Error ctermfg=233 ctermbg=124 cterm=Bold | ||
hi Special ctermfg=160 ctermbg=None cterm=Bold | ||
hi Ignore ctermfg=220 ctermbg=None cterm=Bold | ||
hi Underline ctermfg=244 ctermbg=None cterm=None | ||
|
||
hi FoldColumn ctermfg=247 ctermbg=None cterm=Bold | ||
hi StatusLineNC ctermfg=247 ctermbg=234 cterm=None | ||
hi StatusLine ctermfg=247 ctermbg=233 cterm=Bold | ||
hi VertSplit ctermfg=247 ctermbg=234 cterm=Bold | ||
|
||
hi LineNr ctermfg=238 ctermbg=244 cterm=Bold | ||
hi LineNr ctermfg=247 ctermbg=235 cterm=Bold | ||
hi NonText ctermfg=87 ctermbg=None cterm=Bold | ||
|
||
|
||
hi Pmenu ctermfg=White ctermbg=DarkGray cterm=None | ||
hi PmenuSel ctermfg=None ctermbg=Gray cterm=Bold | ||
hi PmenuSbar ctermfg=DarkGray ctermbg=DarkGray cterm=None | ||
hi PmenuThumb ctermfg=Gray ctermbg=Gray cterm=None | ||
|
||
"vim: sw=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
" Vim color file | ||
" Maintainer: Piotr Husiatyński <phusiatynski@gmail.com> | ||
|
||
set background=dark | ||
set t_Co=256 | ||
let g:colors_name="256-jungle" | ||
|
||
let python_highlight_all = 1 | ||
let c_gnu = 1 | ||
|
||
|
||
hi Normal ctermfg=253 ctermbg=234 cterm=None | ||
hi Cursor ctermfg=253 ctermbg=57 cterm=None | ||
hi SpecialKey ctermfg=70 ctermbg=None cterm=None | ||
hi Directory ctermfg=57 ctermbg=254 cterm=None | ||
hi ErrorMsg ctermfg=160 ctermbg=245 cterm=None | ||
hi PreProc ctermfg=243 ctermbg=None cterm=Bold | ||
hi Search ctermfg=125 ctermbg=None cterm=Bold | ||
hi Type ctermfg=166 ctermbg=None cterm=Bold | ||
hi Statement ctermfg=172 ctermbg=None cterm=Bold | ||
hi Comment ctermfg=240 ctermbg=None cterm=None | ||
hi LineNr ctermfg=244 ctermbg=233 cterm=None | ||
hi NonText ctermfg=105 ctermbg=None cterm=Bold | ||
hi DiffText ctermfg=165 ctermbg=244 cterm=None | ||
hi Constant ctermfg=76 ctermbg=None cterm=None | ||
hi Todo ctermfg=162 ctermbg=None cterm=Bold | ||
hi Identifier ctermfg=142 ctermbg=None cterm=Bold | ||
hi Error ctermfg=None ctermbg=196 cterm=Bold | ||
hi Special ctermfg=172 ctermbg=None cterm=Bold | ||
hi Ignore ctermfg=221 ctermbg=None cterm=Bold | ||
hi Underline ctermfg=147 ctermbg=None cterm=Italic | ||
|
||
hi FoldColumn ctermfg=132 ctermbg=None cterm=None | ||
hi Folded ctermfg=132 ctermbg=None cterm=Bold | ||
|
||
hi Visual ctermfg=248 ctermbg=238 cterm=None | ||
|
||
hi Pmenu ctermfg=62 ctermbg=233 cterm=None | ||
hi PmenuSel ctermfg=69 ctermbg=232 cterm=Bold | ||
hi PmenuSbar ctermfg=247 ctermbg=233 cterm=Bold | ||
hi PmenuThumb ctermfg=248 ctermbg=233 cterm=None | ||
|
||
hi StatusLineNC ctermfg=248 ctermbg=239 cterm=None | ||
hi StatusLine ctermfg=39 ctermbg=239 cterm=None | ||
hi VertSplit ctermfg=239 ctermbg=239 cterm=None | ||
|
||
hi TabLine ctermfg=245 ctermbg=239 cterm=None | ||
hi TabLineFill ctermfg=239 ctermbg=239 | ||
hi TabLineSel ctermfg=104 ctermbg=236 cterm=Bold | ||
"vim: sw=4 |
Oops, something went wrong.