@@ -15,13 +15,13 @@ Google - Light:
15
15
16
16
# ## Main Interface Colors ###
17
17
app-header-background-color : " #ffffff"
18
- primary-color : " #000000 "
18
+ primary-color : " #c1c1c1 "
19
19
light-primary-color : " #c1c1c1"
20
20
primary-background-color : " #F7F9FB"
21
21
secondary-background-color : " #ffffff"
22
22
divider-color : " #e7e7e7"
23
23
# ## Text ###
24
- primary-text-color : var(--primary-color)
24
+ primary-text-color : " #000000 "
25
25
secondary-text-color : " #757575"
26
26
text-primary-color : " #061014"
27
27
disabled-text-color : " #a1a1a1"
@@ -87,15 +87,16 @@ Google - Dark:
87
87
88
88
# ## Main Interface Colors ###
89
89
app-header-background-color : " #000000"
90
- primary-color : " #ffffff "
90
+ primary-color : " #2b2b2b "
91
91
light-primary-color : " #2b2b2b"
92
92
primary-background-color : " #000000"
93
93
secondary-background-color : " #2b2b2b"
94
94
divider-color : " #2b2b2b"
95
95
# ## Text ###
96
- primary-text-color : var(--primary-color)
96
+ primary-text-color : " #ffffff "
97
97
secondary-text-color : " #d7d7d7"
98
98
text-primary-color : " #ffffff"
99
+ text-light-primary-color : " #ffffff"
99
100
disabled-text-color : " #a1a1a1"
100
101
# ## Sidebar Menu ###
101
102
sidebar-background-color : " #000000"
0 commit comments