Skip to content

Commit

Permalink
style(theme): added moltack theme (anuraghazra#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
pogginicolo98 authored Dec 13, 2021
1 parent b6c184e commit 0745806
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 @@ -342,6 +342,12 @@ const themes = {
text_color: "bcbcbc",
bg_color: "262626",
},
moltack: {
title_color: "86092C",
icon_color: "86092C",
text_color: "574038",
bg_color: "F5E1C0",
},
};

module.exports = themes;

0 comments on commit 0745806

Please sign in to comment.