projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3900ca9
)
fix: floating windows
author
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:00:43 +0000
(23:00 +0100)
committer
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:00:43 +0000
(23:00 +0100)
lua/flatwhite/groups.lua
patch
|
blob
|
history
diff --git
a/lua/flatwhite/groups.lua
b/lua/flatwhite/groups.lua
index 99ba993eff094145f09831932fa6661d16f86878..8e79b8b06e1190e32d75689abbd569be940966a5 100644
(file)
--- a/
lua/flatwhite/groups.lua
+++ b/
lua/flatwhite/groups.lua
@@
-35,7
+35,7
@@
local function setup(configs)
return {
Normal = { fg = colors.fg, bg = colors.bg },
- NormalFloat = { fg = colors.fg, bg = colors.b
g
},
+ NormalFloat = { fg = colors.fg, bg = colors.b
ase6
},
Comment = { fg = colors.comment, italic = configs.italic_comment },
Constant = { fg = colors.yellow },
String = colors.fw_green,