refactor(config): disable transparent background

This commit is contained in:
Nicolas Goudry 2024-06-06 01:09:13 +02:00
parent 60835f52ca
commit 4176bdcb8d
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -7,7 +7,7 @@
flavour = "mocha";
# Needed to keep terminal transparency, if any
transparent_background = true;
transparent_background = false;
};
};
};