-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
settings-light-dark.yaml
60 lines (60 loc) · 1.37 KB
/
settings-light-dark.yaml
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
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_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'