Skip to content

Commit

Permalink
refactor(nvim): change Folded highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 1, 2024
1 parent c24d5e8 commit 113b6d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/plugin/packages/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ catppuccin.setup({
return {
['NvimTreeIndentMarker'] = { fg = '#232637' },
['DiffDelete'] = { fg = "#573d51" },
['Folded'] = { fg = colors.overlay0, bg = 'NONE' },
-- treesitter
['@constructor.tsx'] = { fg = colors.yellow },
['@tag.tsx'] = { fg = colors.red },
Expand Down

0 comments on commit 113b6d9

Please sign in to comment.