We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad28b commit 10cb05bCopy full SHA for 10cb05b
themes/index.ts
@@ -172,14 +172,14 @@ export const themes: Themes = {
172
icon_color: "b58900",
173
text_color: "859900",
174
bg_color: "fdf6e3",
175
- stroke_color: "fdf0ce",
+ stroke_color: "eee8d5",
176
},
177
"solarized-dark": {
178
title_color: "268bd2",
179
180
181
bg_color: "002b36",
182
- stroke_color: "004557",
+ stroke_color: "073642",
183
184
"vision-friendly-dark": {
185
title_color: "ffb000",
0 commit comments