Skip to content

Commit

Permalink
style(theme): add apprentice theme (anuraghazra#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinaryilmaz authored Nov 22, 2021
1 parent 1cef6ac commit ecd7d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ const themes = {
text_color: "61ffca",
bg_color: "15141b",
},
apprentice: {
title_color: "ffffff",
icon_color: "ffffaf",
text_color: "bcbcbc",
bg_color: "262626",
},
};

module.exports = themes;

0 comments on commit ecd7d98

Please sign in to comment.