Skip to content

Commit

Permalink
feat: better FloatBorder fg
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 28, 2022
1 parent 8756c99 commit 7a13a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/tokyonight/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function M.setup(opts)

colors.git.ignore = colors.dark3
colors.black = util.darken(colors.bg, 0.8, "#000000")
colors.border_highlight = colors.blue0
colors.border_highlight = util.darken(colors.blue1, 0.8)
colors.border = colors.black

-- Popups and statusline always get a dark background
Expand All @@ -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 colors.bg
or "none"

colors.bg_visual = util.darken(colors.blue0, 0.7)
colors.bg_search = colors.blue0
Expand Down

0 comments on commit 7a13a0a

Please sign in to comment.