remove discord font override, pnevma -> banana-blueberry

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

View file

@ -47,11 +47,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};

View file

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