Skip to content

Commit

Permalink
Merge pull request #86 from redyf/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
redyf authored Apr 17, 2024
2 parents 4f344d8 + 65d5275 commit 2b6d2ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/colorschemes/catppuccin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
dark = "mocha";
};
flavour = "mocha"; # "latte", "mocha", "frappe", "macchiato" or raw lua code
disableBold = false;
disableItalic = false;
disableUnderline = false;
transparentBackground = true;
disable_bold = false;
disable_italic = false;
disable_underline = false;
transparent_background = true;
term_colors = true;
integrations = {
cmp = true;
noice = true;
Expand Down

0 comments on commit 2b6d2ae

Please sign in to comment.