Skip to content

Commit

Permalink
fix: winbar bg
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao committed Jul 27, 2024
1 parent b41881a commit 788ed6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neofusion/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ local function get_groups()
Underlined = { fg = colors.blue, underline = config.underline },
StatusLine = { fg = colors.bg2, bg = colors.fg1, reverse = config.inverse },
StatusLineNC = { fg = colors.bg1, bg = colors.fg4, reverse = config.inverse },
WinBar = config.transparent_mode and { fg = colors.fg4, bg = nil } or { fg = colors.fg4, bg = colors.bg0 },
WinBarNC = config.transparent_mode and { fg = colors.fg3, bg = nil } or { fg = colors.fg3, bg = colors.bg1 },
WinBar = { fg = colors.fg4, bg = nil },
WinBarNC = { fg = colors.fg3, bg = nil },
WinSeparator = config.transparent_mode and { fg = colors.bg3, bg = nil } or { fg = colors.bg3, bg = colors.bg0 },
WildMenu = { fg = colors.blue, bg = colors.bg2, bold = config.bold },
Directory = { link = "NeofusionBlueBold" },
Expand Down

0 comments on commit 788ed6c

Please sign in to comment.