fix: bg_float when styles.floats is normal (#259)

This commit is contained in:
Loong Wang
2022-11-07 16:42:59 +08:00
committed by GitHub
parent 29e2c689c1
commit c4eaaa9cc7

View File

@@ -135,7 +135,7 @@ function M.setup(opts)
colors.bg_float = config.options.styles.floats == "transparent" and colors.none
or config.options.styles.floats == "dark" and colors.bg_dark
or "none"
or "NONE"
colors.bg_visual = util.darken(colors.blue0, 0.7)
colors.bg_search = colors.blue0