Skip to content

Commit 10cb05b

Browse files
committed
fix(theme): Updated solarized-light and solarized-dark themes for stroke color
1 parent 4fad28b commit 10cb05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ export const themes: Themes = {
172172
icon_color: "b58900",
173173
text_color: "859900",
174174
bg_color: "fdf6e3",
175-
stroke_color: "fdf0ce",
175+
stroke_color: "eee8d5",
176176
},
177177
"solarized-dark": {
178178
title_color: "268bd2",
179179
icon_color: "b58900",
180180
text_color: "859900",
181181
bg_color: "002b36",
182-
stroke_color: "004557",
182+
stroke_color: "073642",
183183
},
184184
"vision-friendly-dark": {
185185
title_color: "ffb000",

0 commit comments

Comments
 (0)