-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathsettings-light-dark.yaml
More file actions
96 lines (96 loc) · 2.04 KB
/
Copy pathsettings-light-dark.yaml
File metadata and controls
96 lines (96 loc) · 2.04 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
divider_color:
dark: rgba(152, 152, 157, 0.3)
light: rgba(142, 142, 147, 0.3)
ha_card_background:
dark: rgba(10, 10, 10, 0.4)
light: rgba(245, 245, 245, 0.4)
rgb_card_background:
dark: rgb(10, 10, 10)
light: rgb(245, 245, 245)
label_badge_red:
dark: rgba(255, 159, 9, 0.7)
light: rgba(255, 149, 9, 0.7)
light_primary_color:
dark: '#B6B6C1'
light: '#2c2c2e'
more_info_header_background:
dark: rgba(25, 25, 25, 0.5)
light: rgba(230, 230, 230, 0.5)
paper_dialog_background_color:
dark: rgba(55, 55, 55, 0.8)
light: rgba(200, 200, 200, 0.8)
paper_item_icon_color:
dark: white
light: '#333333'
paper_slider_active_color:
dark: '#0984ff'
light: '#007aff'
primary_background_color:
dark: '#2c2c2e'
light: '#e5e5ea'
primary_color:
dark: '#ff9f09'
light: '#ff9409'
primary_text_color:
dark: '#FFF'
light: '#464a47'
secondary_background_color:
dark: rgba(25, 25, 25, 0.9)
light: rgba(255, 255, 255, 0.9)
secondary_text_color:
dark: '#d3d3d3'
light: '#000000'
sidebar_selected_icon_color:
dark: '#FFF'
light: '#8e8e93'
sidebar_text_color:
dark: '#F1F1F1'
light: var(--light-primary-color)
state_icon_color:
dark: '#FFF'
light: '#333333'
state_icon_active_color:
dark: '#FFF'
light: '#333333'
switch_checked_track_color:
dark: '#30d158'
light: '#34c759'
markdown_code_background_color:
dark: '#464646'
light: '#FFFFFF'
code_editor_background_color:
dark: '#161616'
light: '#FFF'
ha_color_primary_05:
dark: '#1a0800'
light: '#1a0800'
ha_color_primary_10:
dark: '#331100'
light: '#331100'
ha_color_primary_20:
dark: '#663300'
light: '#663300'
ha_color_primary_30:
dark: '#994400'
light: '#994400'
ha_color_primary_40:
dark: '#ff9409'
light: '#ff9409'
ha_color_primary_50:
dark: '#ff9f09'
light: '#ff9f09'
ha_color_primary_60:
dark: '#ffb333'
light: '#ffb333'
ha_color_primary_70:
dark: '#ffcc66'
light: '#ffcc66'
ha_color_primary_80:
dark: '#ffe099'
light: '#ffe099'
ha_color_primary_90:
dark: '#fff0cc'
light: '#fff0cc'
ha_color_primary_95:
dark: '#fff8e6'
light: '#fff8e6'