85
85
--heatmap-cursor-selected :var (--heatmap-cursor );
86
86
--heatmap-cursor-hover : transparent ;
87
87
88
-
89
-
90
88
@include mat .all-component-themes ($DSOMM-light-theme );
91
89
}
92
90
@@ -97,12 +95,19 @@ body.dark-theme {
97
95
@include apply-theme ($custom-dark-theme );
98
96
@include mat .all-component-themes ($DSOMM-dark-theme );
99
97
98
+ --heatmap-filled : #007700 ;
99
+ --heatmap-disabled : #666666 ;
100
+ --heatmap-cursor : green ;
101
+ --heatmap-background : #bbbbbb ;
102
+ --heatmap-stroke : #000000 ;
103
+ --heatmap-cursor-selected :var (--heatmap-cursor );
104
+ --heatmap-cursor-hover : transparent ;
105
+
100
106
.title-button ,
101
107
h1 , h2 , h3 , h4 , h5 , h6 {
102
108
color : map-get ($custom-dark-theme , text );
103
-
104
-
105
109
}
110
+
106
111
// General properties
107
112
p , li , tr {
108
113
color : #e0e0e0 ;
@@ -139,29 +144,16 @@ body.dark-theme {
139
144
}
140
145
}
141
146
142
-
143
147
// Circular heatmap (radar chart)
144
148
.circular-heat text ,
145
149
.labels.segment text {
146
150
fill : #ffffff ;
147
151
}
148
152
149
-
150
153
.circular-heat line ,
151
154
.circular-heat path {
152
155
stroke : var (--heatmap-stroke );
153
156
}
154
- }
155
-
156
- body .dark-theme {
157
- --heatmap-filled : #007700 ;
158
- --heatmap-disabled : #666666 ;
159
- --heatmap-cursor : green ;
160
- --heatmap-background : #bbbbbb ;
161
- --heatmap-stroke : #000000 ;
162
- --heatmap-cursor-selected :var (--heatmap-cursor );
163
- --heatmap-cursor-hover : transparent ;
164
-
165
157
166
158
.mat-chip.mat-standard-chip {
167
159
color : #ababab ;
@@ -172,11 +164,7 @@ body.dark-theme {
172
164
}
173
165
}
174
166
175
-
176
-
177
-
178
- @include mat .all-component-themes ($DSOMM-dark-theme );
179
-
167
+ @include mat .all-component-themes ($DSOMM-dark-theme );
180
168
181
169
.button-container {
182
170
display : flex ;
@@ -198,4 +186,3 @@ svg .cursors #selected {
198
186
stroke : var (--heatmap-cursor-selected , #000000 ); // optional fallback
199
187
stroke-width : 7px ;
200
188
}
201
-
0 commit comments