Skip to content

Commit

Permalink
style(themes): Add GitHub dark theme (anuraghazra#758)
Browse files Browse the repository at this point in the history
This styling falls in line with the recently released GitHub dark mode

Co-authored-by: Anurag Hazra <[email protected]>
  • Loading branch information
issy and anuraghazra authored Apr 3, 2021
1 parent 86b9ad6 commit f3c3950
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const themes = {
title_color: "bf4a3f",
icon_color: "a64833",
text_color: "d9c8a9",
bg_color: "402b23",
bg_color: "402b23"
},
outrun:{
title_color: "ffcc00",
Expand All @@ -281,6 +281,12 @@ const themes = {
text_color: "718CA1",
bg_color: "1D252C",
},
github_dark: {
title_color: "58A6FF",
icon_color: "1F6FEB",
text_color: "C3D1D9",
bg_color: "0D1117"
}
};

module.exports = themes;

0 comments on commit f3c3950

Please sign in to comment.