-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.py
46 lines (33 loc) · 813 Bytes
/
colors.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Pallet Made with Geenes | geenes.app
# Warm
warm800 = '#4a006c' # 800
warm700 = '#8e009c' # 700
warm400 = '#FC00FF' # 400
warm80 = '#f16dff' # 80
warm50 = '#e4aaff' # 50
# Normal
normal800 = '#0c1907' # 800
normal400 = '#0e6609' # 400
normal60 = '#03FF00' # 60
normal50 = '#47e74f' # 50
normal50_1 = '#87d897' # 50_1
# Cool
cool600 = '#0e323e' # 600
cool400 = '#09538a' # 400
cool200 = '#0082FF' # 200
cool90 = '#438beb' # 90
cool50 = '#b6c6ec' # 50
# Deep Fir
golds900 = '#220700'
golds500 = '#7b3000'
golds80 = '#FF7D00'
golds70 = '#ff9a00'
golds50 = '#ffbc00'
# define colors used by gui
background = '#030303' # almost black
normal_light1 = normal50_1
normal_light2 = normal60
normal_text = golds900
invert_text = golds500
alert_text = warm50
normal_button = golds500