Skip to content

Commit 701a3ea

Browse files
Merge pull request #369 from AndreWohnsland/dev
Add tropical and purple theme
2 parents 4c15e4d + 147dc19 commit 701a3ea

File tree

8 files changed

+888
-4
lines changed

8 files changed

+888
-4
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PROJECT_NAME = "CocktailBerry"
55
MAX_SUPPORTED_BOTTLES = 24
66
SupportedLanguagesType = Literal["en", "de"]
7-
SupportedThemesType = Literal["default", "bavaria", "alien", "berry", "custom"]
7+
SupportedThemesType = Literal["default", "bavaria", "alien", "berry", "tropical", "purple", "custom"]
88
SupportedRfidType = Literal["No", "MFRC522", "PiicoDev"]
99
NEEDED_PYTHON_VERSION = (3, 9)
1010
FUTURE_PYTHON_VERSION = (3, 11)

0 commit comments

Comments
 (0)