feat(colors): make bg_visual a little more transarent

This commit is contained in:
Folke Lemaitre
2023-03-04 08:25:08 +01:00
parent 57ed37148f
commit d46993dce8

View File

@@ -138,7 +138,7 @@ function M.setup(opts)
or config.options.styles.floats == "dark" and colors.bg_dark
or colors.bg
colors.bg_visual = util.darken(colors.blue0, 0.7)
colors.bg_visual = util.darken(colors.blue0, 0.4)
colors.bg_search = colors.blue0
colors.fg_sidebar = colors.fg_dark
-- colors.fg_float = config.options.styles.floats == "dark" and colors.fg_dark or colors.fg