From 9cfbd66e90bc18e4abd882a52b15d3e258ce1e9d Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 8 Sep 2024 20:33:49 -0400 Subject: [PATCH] rustboro: adjust font sizes and theme --- hosts/rustboro/stylix.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/rustboro/stylix.nix b/hosts/rustboro/stylix.nix index 75c8e6ab..4bbc9962 100644 --- a/hosts/rustboro/stylix.nix +++ b/hosts/rustboro/stylix.nix @@ -5,10 +5,10 @@ }: { stylix = { enable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-hard.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; image = "${self.inputs.wallpapers}/wallhaven-mp886k.jpg"; imageScalingMode = "fill"; - polarity = "light"; + polarity = "dark"; cursor = { name = "Bibata-Modern-Classic"; @@ -33,10 +33,10 @@ }; sizes = { - applications = 12; - desktop = 11; - popups = 12; - terminal = 13; + applications = 11; + desktop = 10; + popups = 11; + terminal = 12; }; };