update flavour
This commit is contained in:
parent
8a113cfce8
commit
ddab79b4dc
1 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{config, ...}: let
|
||||
lua = x: {__raw = x;};
|
||||
in {
|
||||
{
|
||||
colorschemes = {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
|
|
@ -9,7 +7,7 @@ in {
|
|||
light = "macchiato";
|
||||
dark = "mocha";
|
||||
};
|
||||
flavour = "frappe"; # "latte", "mocha", "frappe", "macchiato" or raw lua code
|
||||
flavour = "macchiato"; # "latte", "mocha", "frappe", "macchiato" or raw lua code
|
||||
no_bold = false;
|
||||
no_italic = false;
|
||||
no_underline = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue