Former-commit-id: 33a9386356
This commit is contained in:
Hadi
2024-07-09 11:44:32 +02:00
parent 6a12e7cde9
commit 7e1eaf33af
2 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
enable = true;
colorschemes.catppuccin = {
enable = true;
settings = { transparent_background = true; };
settings = {
transparent_background = true;
flavour = "mocha";
};
};
};
}