summaryrefslogtreecommitdiffstats
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--colors/mellow.ext.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/mellow.ext.lua b/colors/mellow.ext.lua
index 0569c2f..44e2597 100644
--- a/colors/mellow.ext.lua
+++ b/colors/mellow.ext.lua
@@ -53,6 +53,9 @@ highlight('EndOfBuffer', { fg = vim.g.terminal_color_background })
-- make all backgrounds the same color
highlight('NormalNC', cpyhl('Normal'))
+highlight('NormalFloat', { bg = c.bg_dark })
+highlight('FloatBorder', cpyhl('NormalFloat'))
+
-- plugin highlights ----------------------------------------------------------
-- telescope
highlight('TelescopeMatching', { fg = c.yellow })