From 4339d177dab031ab08f11e2e745510dbf36c5de7 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Fri, 27 Feb 2026 14:20:50 -0500 Subject: [PATCH] remove discord font override, pnevma -> banana-blueberry --- home/apps/discord.nix | 5 ----- home/hosts/peach/default.nix | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/home/apps/discord.nix b/home/apps/discord.nix index c0c6683..7cc92e2 100644 --- a/home/apps/discord.nix +++ b/home/apps/discord.nix @@ -50,11 +50,6 @@ in home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; { text = '' - * { - font-family: "${config.userOptions.fontSans.name}" !important; - font-size: ${toString config.userOptions.fontSans.size}px; - } - :root { --base00: ${base00}; --base01: ${base01}; diff --git a/home/hosts/peach/default.nix b/home/hosts/peach/default.nix index a85a6bd..6df416a 100644 --- a/home/hosts/peach/default.nix +++ b/home/hosts/peach/default.nix @@ -5,7 +5,7 @@ }: { colors = { - scheme = "pnevma"; + scheme = "banana-blueberry"; accent = "base09"; };