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

@ -39,5 +39,5 @@ return {
bg = colors.darker_black,
},
TelescopeSelection = { bg = colors.black2 },
TelescopeSelection = { bg = colors.one_bg, fg = colors.white },
}