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]]
|
--[[ 4.2.7. Searching]]
|
||||||
IncSearch = {style='inverse'},
|
IncSearch = {style='inverse'},
|
||||||
Search = {style={'underline', color=white}},
|
|
||||||
MatchParen = {fg=green, style={'bold', 'underline'}},
|
MatchParen = {fg=green, style={'bold', 'underline'}},
|
||||||
|
Search = {style={'underline', color=white}},
|
||||||
|
|
||||||
--[[ 4.2.8. Spelling]]
|
--[[ 4.2.8. Spelling]]
|
||||||
SpellBad = {style={'undercurl', color=red}},
|
SpellBad = {style={'undercurl', color=red}},
|
||||||
|
@ -736,9 +736,9 @@ local highlight_groups = {
|
||||||
JumpMotion = 'EasyMotion',
|
JumpMotion = 'EasyMotion',
|
||||||
|
|
||||||
--[[ 4.4.4. vim-gitgutter / vim-signify ]]
|
--[[ 4.4.4. vim-gitgutter / vim-signify ]]
|
||||||
GitGutterAdd = {fg=green},
|
GitGutterAdd = {fg = green},
|
||||||
GitGutterChange = {fg=yellow},
|
GitGutterChange = {fg = yellow},
|
||||||
GitGutterDelete = {fg=red},
|
GitGutterDelete = {fg = red},
|
||||||
GitGutterChangeDelete = {fg=orange},
|
GitGutterChangeDelete = {fg=orange},
|
||||||
|
|
||||||
SignifySignAdd = 'GitGutterAdd',
|
SignifySignAdd = 'GitGutterAdd',
|
||||||
|
|
Loading…
Reference in New Issue