Change GTK theme to fix ardour

This commit is contained in:
Filippo Berto 2023-03-24 19:26:48 +01:00
parent dd505a0b1d
commit 8efeb14162
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 10 additions and 9 deletions

View file

@ -7,8 +7,8 @@
name = "Qogir-dark"; name = "Qogir-dark";
}; };
theme = { theme = {
package = pkgs.ayu-theme-gtk; package = pkgs.arc-theme;
name = "Ayu-Dark"; name = "Arc-Dark";
}; };
}; };

View file

@ -23,13 +23,14 @@ in
# Plugins # Plugins
artyFX autotalent boops cardinal geonkick lsp-plugins samplv1 surge giada artyFX autotalent boops cardinal geonkick lsp-plugins samplv1 surge giada
surge-XT talentedhack vocproc x42-plugins zita-at1 zynaddsubfx zyn-fusion; surge-XT talentedhack vocproc x42-plugins zita-at1 zynaddsubfx zyn-fusion
# helm # helm
# noise-repellent # noise-repellent
# speech-denoiser # speech-denoiser
# stochas # stochas
# sunvox # sunvox
# tunefish # tunefish
;
}; };
home.sessionVariables = variables; home.sessionVariables = variables;