Skip to content

Commit

Permalink
fix(lsp-trobule): incorrect bg color for Troble Normal
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jan 18, 2024
1 parent d8d4fdb commit e6ea79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/dullahan/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ function M.setup()

-- LspTrouble
TroubleText = { fg = c.base0 },
TroubleCount = { fg = c.magenta300, bg = c.base00 },
TroubleNormal = { fg = c.base0, bg = c.base00 },
TroubleCount = { fg = c.magenta300 },
TroubleNormal = { fg = c.base0 },

-- Illuminate
illuminatedWord = { bg = c.violet700 },
Expand Down

0 comments on commit e6ea79a

Please sign in to comment.