1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

refactor: Update color scheme constants in lib/constants.py

This commit is contained in:
wlinator 2024-07-19 17:22:57 -04:00
parent 652d7887ea
commit 1993132f27

View file

@ -40,9 +40,9 @@ class Constants:
EMOTES_GUILD_ID = 1038051105642401812
# color scheme
COLOR_DEFAULT = int(0xFF8C00)
COLOR_WARNING = int(0xFF7600)
COLOR_ERROR = int(0xFF4500)
COLOR_DEFAULT = 16747520
COLOR_WARNING = 16741888
COLOR_ERROR = 16729344
# strings
STRINGS = JsonCache.read_json("strings")
@ -85,3 +85,6 @@ class Constants:
CONST = Constants()
CONST = Constants()