From 444c311460e1163081b90ee9059bd3fa88de73aa Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 10 Aug 2020 21:54:58 +0200 Subject: [PATCH] Added a small preset --- presets.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/presets.py b/presets.py index 7bed291..f1725f3 100644 --- a/presets.py +++ b/presets.py @@ -11,6 +11,11 @@ PRESETS = { "brightness": 111 }, + "dim": { + "color": (178, 199, 255), + "brightness": 80 + }, + "red": { "color": (255, 0, 0), "brightness": 255