diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index 8a4bf3e..129ff24 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -112,6 +112,17 @@ call Highlight("VertSplit", s:darker_grey, s:charcoal, s:none) call Highlight("StatusLine", s:white, s:dark_grey, s:none) call Highlight("StatusLineNC", s:light_grey, s:darker_grey, s:none) +call Highlight("StatusLineBase", s:light_grey, s:darker_grey, s:none) +call Highlight("StatusLine", s:darker_grey, s:light_grey, s:none) +call Highlight("StatusLineSeparatorNormal", s:light_green, s:darker_grey, s:none) +call Highlight("StatusLineSeparatorVisual", s:purple, s:darker_grey, s:none) +call Highlight("StatusLineSeparatorInsert", s:yellow, s:darker_grey, s:none) +call Highlight("StatusLineSeparatorCommand", s:light_blue, s:darker_grey, s:none) +call Highlight("StatusLineNormalMode", s:charcoal, s:light_green, s:bold) +call Highlight("StatusLineVisualMode", s:charcoal, s:purple, s:bold) +call Highlight("StatusLineInsertMode", s:charcoal, s:yellow, s:bold) +call Highlight("StatusLineCommandMode", s:charcoal, s:light_blue, s:bold) + call Highlight("Exception", s:magenta, s:none, s:bold) call Highlight("MatchParen", s:magenta, s:none, s:bold_underline) call Highlight("Include", s:magenta, s:none, s:none)