Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(catppuccin): use transparent background for TroubleNormal (ayam…
Browse files Browse the repository at this point in the history
  • Loading branch information
Groveer authored and leavers committed May 16, 2023
1 parent 893727d commit edf3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/ui/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ return function()
FidgetTitle = { fg = cp.blue, style = { "bold" } },

-- For trouble.nvim
TroubleNormal = { bg = cp.base },
TroubleNormal = { bg = transparent_background and cp.none or cp.base },

-- For lsp semantic tokens
["@lsp.type.comment"] = { fg = cp.overlay0 },
Expand Down

0 comments on commit edf3a5e

Please # to comment.