Skip to content

Commit

Permalink
Merge pull request #38 from barrientosvctor/develop
Browse files Browse the repository at this point in the history
feat(highlight): add terminal StatusLine colors
  • Loading branch information
barrientosvctor authored Aug 24, 2024
2 parents 78a6c37 + ae684ad commit b1ee63e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/abyss/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ function M.get(user_opts)
SpellLocal = { fg = colors.orange, underline = true },

StatusLine = { fg = colors.none, bg = colors.bg_alt },
StatusLineTerm = { link = "StatusLine" },
StatusLineNC = { fg = colors.none, bg = colors.black },
StatusLineTermNC = { link = "StatusLineNC" },

TabLine = { fg = colors.lightgrey, bg = colors.bg },
TabLineFill = { fg = colors.none, bg = colors.bg },
Expand All @@ -145,7 +147,7 @@ function M.get(user_opts)

Whitespace = { fg = colors.bg, bg = colors.none },

WildMenu = { fg = colors.bg, bg = colors.fg },
WildMenu = { link = "PmenuSel" },

WinBar = { fg = colors.white, bg = colors.bg },
WinBarNC = { fg = colors.fg, bg = colors.bg },
Expand Down

0 comments on commit b1ee63e

Please sign in to comment.