mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-08-03 01:11:58 +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:
@@ -89,6 +89,12 @@ const themes = {
|
|||||||
text_color: "273849",
|
text_color: "273849",
|
||||||
bg_color: "FFFEFE",
|
bg_color: "FFFEFE",
|
||||||
},
|
},
|
||||||
|
'shades-of-purple': {
|
||||||
|
title_color: "FAD000",
|
||||||
|
icon_color: "FB94FF",
|
||||||
|
text_color: "A599E9",
|
||||||
|
bg_color: "2D2B55",
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Reference in New Issue
Block a user