Skip to content

Commit

Permalink
feat(theme): Added github_dark_highcontrast and github_light_highcont…
Browse files Browse the repository at this point in the history
…rast themes (#152)

feat(theme): Added github_dark_highcontrast and github_light_highcontrast
  • Loading branch information
XavierNotFound authored Nov 24, 2023
1 parent adb6b54 commit 8794f06
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ export const themes: Themes = {
bg_color: "161B22",
border_color: "3FB950",
},
github_dark_highcontrast: {
title_color: "409EFE",
icon_color: "2EA043",
text_color: "FFFFFF",
bg_color: "0A0C10",
border_color: "FFFFFF",
stroke_color: "2EA043",
},
github_dark_dimmed: {
title_color: "316ECB",
icon_color: "57AB5A",
Expand All @@ -108,6 +116,14 @@ export const themes: Themes = {
bg_color: "FFFFFF",
border_color: "34D058",
},
github_light_highcontrast: {
title_color: "0249B3",
icon_color: "055D20",
text_color: "0E1116",
bg_color: "FFFFFF",
border_color: "272B34",
stroke_color: "055D20",
},
"whatsapp-light": {
title_color: "1DAB61",
text_color: "131A20",
Expand Down

0 comments on commit 8794f06

Please sign in to comment.