user/catppuccin: theme qt6
This commit is contained in:
parent
eadc1959d0
commit
ae7ead0309
2 changed files with 14 additions and 14 deletions
|
|
@ -12,11 +12,19 @@
|
|||
default = builtins.mapAttrs (name: value: value.hex) config.catppuccin.colors;
|
||||
};
|
||||
|
||||
config.catppuccin = {
|
||||
accent = "maroon";
|
||||
flavor = "latte";
|
||||
kitty.enable = true;
|
||||
gtk.enable = true;
|
||||
nvim.enable = true;
|
||||
config = {
|
||||
catppuccin = {
|
||||
accent = "maroon";
|
||||
flavor = "latte";
|
||||
kitty.enable = true;
|
||||
gtk.enable = true;
|
||||
kvantum.enable = true;
|
||||
nvim.enable = true;
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
style.name = "kvantum";
|
||||
platformTheme.name = "kvantum";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue