remove discord font override, pnevma -> banana-blueberry

This commit is contained in:
Sean Kovacs 2026-02-27 14:20:50 -05:00
commit bdd356790c
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 1 additions and 6 deletions

View file

@ -50,11 +50,6 @@ in
home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; { home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; {
text = '' text = ''
* {
font-family: "${config.userOptions.fontSans.name}" !important;
font-size: ${toString config.userOptions.fontSans.size}px;
}
:root { :root {
--base00: ${base00}; --base00: ${base00};
--base01: ${base01}; --base01: ${base01};

View file

@ -5,7 +5,7 @@
}: }:
{ {
colors = { colors = {
scheme = "pnevma"; scheme = "banana-blueberry";
accent = "base09"; accent = "base09";
}; };