user/catppuccin: theme qt6

This commit is contained in:
LavaDesu 2025-03-17 12:51:21 +11:00
parent eadc1959d0
commit ae7ead0309
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 14 additions and 14 deletions

View file

@ -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";
};
};
}

View file

@ -7,14 +7,6 @@
name = "Open Sans";
size = 11;
};
# iconTheme = {
# package = pkgs.yaru-theme;
# name = "Yaru";
# };
# theme = {
# name = "Adwaita-dark";
# package = pkgs.gnome-themes-extra;
# };
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = if config.catppuccin.flavor == "latte" then "0" else "1";
};