This commit is contained in:
parent
4ea9636989
commit
6d3f4f33b5
2 changed files with 7 additions and 2 deletions
|
|
@ -51,6 +51,7 @@
|
|||
"GTK_APPLICATION_PREFER_DARK_THEME,1"
|
||||
"GTK_THEME,Adwaita:dark"
|
||||
"QT_QPA_PLATFORMTHEME,kvantum"
|
||||
"QT_STYLE_OVERRIDE,kvantum"
|
||||
];
|
||||
|
||||
general = {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{ lib, pkgs, ctp-opt, rice, ... }: {
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings."org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = "Adwaita-dark";
|
||||
gtk-theme = lib.mkForce "Adwaita-dark";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -24,6 +23,11 @@
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
kvantum = {
|
||||
enable = true;
|
||||
themes = with pkgs; [ catppuccin-kvantum ];
|
||||
settings.General.theme = "catppuccin-${ctp-opt.flavor}-${ctp-opt.accent}";
|
||||
};
|
||||
platformTheme.name = "kvantum";
|
||||
style = {
|
||||
name = "kvantum";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue