mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Add style for notermguicolors
This commit is contained in:
@@ -115,11 +115,11 @@ call Highlight('SpellBad', { 'fg': s:white, 'bg': s:danger, 'style': s:none })
|
||||
call Highlight('SpellRare', { 'fg': s:white, 'bg': s:danger, 'style': s:none })
|
||||
call Highlight('SpellCap', { 'fg': s:charcoal, 'bg': s:orange, 'style': s:italic })
|
||||
call Highlight('SpellLocal', { 'fg': s:charcoal, 'bg': s:orange, 'style': s:italic })
|
||||
call Highlight('CursorLineNR', { 'fg': s:yellow })
|
||||
call Highlight('CursorLineNR', { 'fg': s:yellow, 'style': s:none })
|
||||
call Highlight('CursorColumn', { 'fg': s:none, 'bg': s:light_charcoal, 'style': s:none })
|
||||
call Highlight('ColorColumn', { 'fg': s:none, 'bg': s:light_charcoal, 'style': s:none })
|
||||
call Highlight('Conceal', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('CursorLine', { 'bg': s:light_charcoal })
|
||||
call Highlight('CursorLine', { 'bg': s:light_charcoal, 'style': s:none })
|
||||
call Highlight('Type', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('Visual', { 'fg': s:none, 'bg': s:dark_grey, 'style': s:none })
|
||||
call Highlight('TabLine', { 'fg': s:light_grey, 'bg': s:dark_grey, 'style': s:underline })
|
||||
|
||||
Reference in New Issue
Block a user