schizofox.nix: switch to full black theme

This commit is contained in:
Charlie Root 2024-10-20 00:26:01 +02:00
commit b11ca3bd49
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -19,8 +19,8 @@ in {
theme = { theme = {
colors = { colors = {
background-darker = "383838"; background-darker = "000000";
background = "afaf8f"; background = "000000";
foreground = "ffffff"; foreground = "ffffff";
}; };