style(colors): make definitions more compact
The groups defined were tabularized to a fault. I think this undoes some of that.
This commit is contained in:
parent
3bced25e47
commit
527245d736
|
@ -345,8 +345,8 @@ local highlight_groups = {
|
|||
|
||||
--[[ 4.2.7. Searching]]
|
||||
IncSearch = {style='inverse'},
|
||||
Search = {style={'underline', color=white}},
|
||||
MatchParen = {fg=green, style={'bold', 'underline'}},
|
||||
Search = {style={'underline', color=white}},
|
||||
|
||||
--[[ 4.2.8. Spelling]]
|
||||
SpellBad = {style={'undercurl', color=red}},
|
||||
|
@ -736,9 +736,9 @@ local highlight_groups = {
|
|||
JumpMotion = 'EasyMotion',
|
||||
|
||||
--[[ 4.4.4. vim-gitgutter / vim-signify ]]
|
||||
GitGutterAdd = {fg=green},
|
||||
GitGutterChange = {fg=yellow},
|
||||
GitGutterDelete = {fg=red},
|
||||
GitGutterAdd = {fg = green},
|
||||
GitGutterChange = {fg = yellow},
|
||||
GitGutterDelete = {fg = red},
|
||||
GitGutterChangeDelete = {fg=orange},
|
||||
|
||||
SignifySignAdd = 'GitGutterAdd',
|
||||
|
|
Loading…
Reference in New Issue