Skip to content

Commit

Permalink
fix(themes): Updated highcontrast theme for stroke color
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Nov 26, 2023
1 parent 43438b2 commit 15e40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const themes: Themes = {
title_color: "e7f216",
icon_color: "00ffff",
text_color: "fff",
stroke_color: "191919",
stroke_color: "022f2b",
bg_color: "000",
},
"catppuccin-latte": {
Expand Down

0 comments on commit 15e40ba

Please sign in to comment.