mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-07 16:29:57 +00:00
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
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
.vercel
|
.vercel
|
||||||
.env
|
.env
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user