mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
ad difftext hl group, fix (#144)
This commit is contained in:
parent
72a1b20d7a
commit
b00f6c076b
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ return {
|
||||||
fg = colors.red,
|
fg = colors.red,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
DiffText = {
|
||||||
|
fg = colors.white,
|
||||||
|
bg = colors.black2
|
||||||
|
},
|
||||||
|
|
||||||
-- git commits
|
-- git commits
|
||||||
gitcommitOverflow = {
|
gitcommitOverflow = {
|
||||||
fg = theme.base08,
|
fg = theme.base08,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue