Fix darkFloat -> darkSidebar (#19)

This commit is contained in:
Santos Gallegos
2021-04-26 00:24:01 -05:00
committed by GitHub
parent f65ebce79b
commit 83a69f8333

View File

@@ -61,7 +61,7 @@ function M.setup(config)
colors.bg_statusline = colors.bg_dark
-- Sidebar and Floats are configurable
colors.bg_sidebar = config.darkFloat and colors.bg_dark or colors.bg
colors.bg_sidebar = config.darkSidebar and colors.bg_dark or colors.bg
colors.bg_float = config.darkFloat and colors.bg_dark or colors.bg
colors.bg_visual = util.darken(colors.blue0, 0.7)