Skip to content

Commit

Permalink
fix: bg_float when styles.floats is normal (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Nov 7, 2022
1 parent 29e2c68 commit c4eaaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4eaaa9

Please sign in to comment.