From 7a13a0a40c0eb905c773560f7fba9cd6b17ee231 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 29 Oct 2022 00:21:45 +0200 Subject: [PATCH] feat: better FloatBorder fg --- lua/tokyonight/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/tokyonight/colors.lua b/lua/tokyonight/colors.lua index 8af6a9e..685d7af 100644 --- a/lua/tokyonight/colors.lua +++ b/lua/tokyonight/colors.lua @@ -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 @@ -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