Skip to content

Commit

Permalink
fix: qt dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Oct 27, 2024
1 parent e4ad7bc commit d4cf156
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home/user/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@

qt = {
enable = true;
style.name = "Breeze-Dark";
platformTheme.name = "qt6ct";
style = {
name = "adwaita-dark";
package = pkgs.adwaita-qt;
};
platformTheme.name = "gtk";
};

gtk = {
Expand Down

0 comments on commit d4cf156

Please sign in to comment.