Try out primer-dark base16 with Sweet GTK theme

This commit is contained in:
Evie Litherland-Smith 2023-11-08 09:53:41 +00:00
parent cec41c90eb
commit afe009e665
2 changed files with 4 additions and 12 deletions

View file

@ -118,7 +118,7 @@
stylix = { stylix = {
image = ./wallpapers/default.jpg; image = ./wallpapers/default.jpg;
base16Scheme = base16Scheme =
"${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml"; "${pkgs.base16-schemes}/share/themes/primer-dark.yaml";
polarity = "dark"; polarity = "dark";
opacity = { opacity = {
applications = 0.8; applications = 0.8;
@ -159,15 +159,7 @@
noto-fonts-emoji noto-fonts-emoji
liberation_ttf liberation_ttf
]; ];
fontconfig = { fontconfig.enable = true;
enable = true;
defaultFonts = rec {
sansSerif = [ "Fira Sans" "DejaVu Sans" ];
serif = sansSerif;
monospace = [ "Fira Mono" "DejaVu Sans Mono" ];
emoji = [ "Noto Color Emoji" "Noto Emoji" ];
};
};
}; };
users.users = let users.users = let
authorizedKeys.keys = [ authorizedKeys.keys = [

View file

@ -14,8 +14,8 @@
name = "Papirus-Dark"; name = "Papirus-Dark";
}; };
theme = { theme = {
package = pkgs.tokyo-night-gtk; package = pkgs.sweet;
name = "Tokyonight-Dark-BL"; name = "Sweet-Dark";
}; };
}; };
xdg.configFile."gtklock/config.ini".text = let xdg.configFile."gtklock/config.ini".text = let