Pressed backspace 8 times (updated presets)

fetchIP
E. Almqvist 4 years ago
parent 444c311460
commit cc963ef57c
  1. 9
      presets.py

@ -6,7 +6,7 @@ PRESETS = {
"brightness": 255 "brightness": 255
}, },
"default-dim": { "dim": {
"color": (178, 199, 255), "color": (178, 199, 255),
"brightness": 111 "brightness": 111
}, },
@ -31,9 +31,14 @@ PRESETS = {
"brightness": 255 "brightness": 255
}, },
"ice" : {
"color": ( 80, 100, 255 ),
"brightness": 120
},
"sleep": { "sleep": {
"color": (185, 155, 25), "color": (185, 155, 25),
"brightness": 80 "brightness": 60
} }
} }

Loading…
Cancel
Save