Skip to content

Commit

Permalink
style(theme): added cobalt2 theme (anuraghazra#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedHeadphone authored Oct 1, 2021
1 parent 927e87d commit ab4876a
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 @@ -306,6 +306,12 @@ const themes = {
text_color: "FF75B5",
bg_color: "31353a",
},
cobalt2: {
title_color: "ffc600",
icon_color: "ffffff",
text_color: "0088ff",
bg_color: "193549",
},
};

module.exports = themes;

0 comments on commit ab4876a

Please sign in to comment.