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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue