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:
ebc6997
)
fix: inactive window
author
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:59 +0000
(23:01 +0100)
committer
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:59 +0000
(23:01 +0100)
lua/lualine/themes/flatwhite.lua
patch
|
blob
|
history
diff --git
a/lua/lualine/themes/flatwhite.lua
b/lua/lualine/themes/flatwhite.lua
index ef200d924b2deabba60a892d273af12108d00d53..823a0f604c4ebb82534936e6ffa9feacd775b892 100644
(file)
--- a/
lua/lualine/themes/flatwhite.lua
+++ b/
lua/lualine/themes/flatwhite.lua
@@
-21,8
+21,9
@@
local visual = {
}
local inactive = {
- a = { fg = colors.white, bg = colors.visual, gui = "bold" },
- b = { fg = colors.black, bg = colors.white },
+ a = { fg = colors.fg, bg = colors.base6, gui = "bold" },
+ b = { fg = colors.bg, bg = colors.fg },
+ c = { fg = colors.fg, bg = colors.base6 },
}
local replace = {