From 77cdc17a01e83c48017a13e9ca8319b75cf03727 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 4 Aug 2020 23:09:58 +0200 Subject: [PATCH] Merge stuff --- presets.py | 5 +++++ 1 file changed, 5 insertions(+) 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