Skip to content

Commit

Permalink
feat(colors): make bg_visual a little more transarent
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 4, 2023
1 parent 57ed371 commit d46993d
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 @@ -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
Expand Down

0 comments on commit d46993d

Please sign in to comment.