mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Remove duplicate StatusLine highlight
This commit is contained in:
@@ -114,13 +114,12 @@ call Highlight('TabLineFill', { 'fg': s:none, 'bg': s:darker_grey, 'style': s:no
|
||||
call Highlight('LineNr', { 'fg': s:dark_grey, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('VertSplit', { 'fg': s:darker_grey, 'bg': s:charcoal, 'style': s:none })
|
||||
call Highlight('StatusLine', { 'fg': s:light_grey, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLineNC', { 'fg': s:light_grey, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLineNC', { 'fg': s:grey, 'bg': s:darker_grey, 'style': s:none })
|
||||
|
||||
call Highlight('StatusLineBase', { 'fg': s:white, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLineGitBranch', { 'fg': s:white, 'bg': s:dark_grey, 'style': s:italic })
|
||||
call Highlight('StatusLineModifiedFile', { 'fg': s:orange, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLineReadOnlyFile', { 'fg': s:grey, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLine', { 'fg': s:darker_grey, 'bg': s:light_grey, 'style': s:none })
|
||||
call Highlight('StatusLineSeparatorGitBranch', { 'fg': s:dark_grey, 'bg': s:darker_grey, 'style': s:none })
|
||||
call Highlight('StatusLineSeparatorNormalDark', { 'fg': s:light_green, 'bg': s:dark_grey, 'style': s:none })
|
||||
call Highlight('StatusLineSeparatorVisualDark', { 'fg': s:purple, 'bg': s:dark_grey, 'style': s:none })
|
||||
|
||||
Reference in New Issue
Block a user