chore(themes): Added Prussian theme by @divyakelaskar (#123)

* Update .gitignore

* added new theme

* reverted changes in .gitignore
This commit is contained in:
Divya Kelaskar 2020-07-21 13:04:43 +05:30 committed by GitHub
parent d04d682eb2
commit 815916b3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.vercel .vercel
.env .env
node_modules node_modules
package-lock.json package-lock.json

View File

@ -71,6 +71,12 @@ const themes = {
text_color: "f8f8f2", text_color: "f8f8f2",
bg_color: "282a36", bg_color: "282a36",
}, },
prussian: {
title_color: "bddfff",
icon_color: "38a0ff",
text_color: "6e93b5",
bg_color: "172f45",
},
}; };
module.exports = themes; module.exports = themes;