mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
feat(themes): Added shades of purple theme (#185)
* 📦 NEW: shade of purple theme
* style(theme): icons color update
* chore: change theme name
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
f50938c908
commit
753f0b9fec
@ -89,6 +89,12 @@ const themes = {
|
||||
text_color: "273849",
|
||||
bg_color: "FFFEFE",
|
||||
},
|
||||
'shades-of-purple': {
|
||||
title_color: "FAD000",
|
||||
icon_color: "FB94FF",
|
||||
text_color: "A599E9",
|
||||
bg_color: "2D2B55",
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user