mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
polish one_light theme (#67) | fix bugged toggle btn
This commit is contained in:
parent
00c34f5dd0
commit
81209f4fec
5 changed files with 90 additions and 35 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,5 +39,5 @@ return {
|
|||
bg = colors.darker_black,
|
||||
},
|
||||
|
||||
TelescopeSelection = { bg = colors.black2 },
|
||||
TelescopeSelection = { bg = colors.one_bg, fg = colors.white },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue