chore(themes): Added Prussian theme by @divyakelaskar (#123)
* Update .gitignore * added new theme * reverted changes in .gitignore
This commit is contained in:
parent
d04d682eb2
commit
815916b3f1
2 changed files with 7 additions and 1 deletions
|
@ -71,6 +71,12 @@ const themes = {
|
|||
text_color: "f8f8f2",
|
||||
bg_color: "282a36",
|
||||
},
|
||||
prussian: {
|
||||
title_color: "bddfff",
|
||||
icon_color: "38a0ff",
|
||||
text_color: "6e93b5",
|
||||
bg_color: "172f45",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
Loading…
Add table
Reference in a new issue