Skip to content

Commit

Permalink
feat(highlight): add terminal StatusLine
Browse files Browse the repository at this point in the history
  • Loading branch information
barrientosvctor committed Aug 24, 2024
1 parent 9886d13 commit ae684ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 Down

0 comments on commit ae684ad

Please sign in to comment.