polish one_light theme (#67) | fix bugged toggle btn

This commit is contained in:
siduck 2022-05-14 12:07:55 +05:30
parent 00c34f5dd0
commit 81209f4fec
5 changed files with 90 additions and 35 deletions

View file

@ -18,7 +18,7 @@ local yellow = colors.yellow
local orange = colors.orange
-- highlight groups & colors
local defaults = {
return {
Comment = { fg = grey_fg },
@ -91,6 +91,16 @@ local defaults = {
WhichKeyDesc = { fg = red },
WhichKeyGroup = { fg = green },
WhichKeyValue = { fg = green },
}
return defaults
-- packer
packerPackageName = { fg = red },
-- vim-matchup
MatchWord = {
fg = black,
bg = white,
},
MatchParen = { link = "MatchWord" },
MatchParenCur = { link = "MatchWord" },
}