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

View file

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