diff --git a/presets.py b/presets.py index 4f08f9b..7bed291 100644 --- a/presets.py +++ b/presets.py @@ -6,6 +6,11 @@ PRESETS = { "brightness": 255 }, + "default-dim": { + "color": (178, 199, 255), + "brightness": 111 + }, + "red": { "color": (255, 0, 0), "brightness": 255