[F] Fix light dark detection

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-10-19 23:48:41 -04:00
parent 220b528c72
commit 09185e5a41
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B
2 changed files with 3 additions and 1 deletions

View file

@ -298,5 +298,6 @@ def get_fore_back(distro: str | None = None) -> tuple[int, int] | None:
fore_back = {
'fedora': (2, 1),
'ubuntu': (2, 1),
'kubuntu': (2, 1),
}