user/catppuccin: use pink accent for both schemes
This commit is contained in:
parent
0ae63f2c72
commit
ae26fd9a09
1 changed files with 3 additions and 9 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
accent = lib.mkDefault "maroon";
|
accent = lib.mkDefault "pink";
|
||||||
flavor = lib.mkDefault "mocha";
|
flavor = lib.mkDefault "mocha";
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
@ -23,14 +23,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
light.configuration.catppuccin = {
|
light.configuration.catppuccin.flavor = "latte";
|
||||||
accent = "pink";
|
dark.configuration.catppuccin.flavor = "mocha";
|
||||||
flavor = "latte";
|
|
||||||
};
|
|
||||||
dark.configuration.catppuccin = {
|
|
||||||
accent = "maroon";
|
|
||||||
flavor = "mocha";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [(pkgs.writeShellScriptBin "theme" ''
|
home.packages = [(pkgs.writeShellScriptBin "theme" ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue