Skip to content

Commit afcfb34

Browse files
Update src/Frontend/src/components/messages2/StacktraceFormatter.vue
Co-authored-by: Phil Bastian <[email protected]>
1 parent 2acf2fd commit afcfb34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Frontend/src/components/messages2/StacktraceFormatter.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,19 +178,19 @@ watch(
178178
}
179179
180180
.st-frame {
181-
color: #007bff;
181+
color: #00729c;
182182
}
183183
184184
.st-type {
185-
color: #d63384;
185+
color: #a11;
186186
}
187187
188188
.st-method {
189-
color: #28a745;
189+
color: #164;
190190
}
191191
192192
.st-file {
193-
color: #fd7e14;
193+
color: #c67b3d;
194194
}
195195
196196
.st-line {
@@ -199,7 +199,7 @@ watch(
199199
200200
.st-param-type {
201201
font-style: italic;
202-
color: #6f42c1;
202+
color: #6b82ce;
203203
}
204204
205205
.st-param-name {

0 commit comments

Comments
 (0)