Skip to content

Commit

Permalink
style(theme): added codeSTACKr theme (anuraghazra#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSTACKr authored Feb 9, 2022
1 parent f830806 commit 0fec4d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,13 @@ const themes = {
text_color: "574038",
bg_color: "F5E1C0",
},
codeSTACKr: {
title_color: "ff652f",
icon_color: "FFE400",
text_color: "ffffff",
bg_color: "09131B",
border_color: "0c1a25",
},
};

module.exports = themes;

0 comments on commit 0fec4d2

Please sign in to comment.