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:
Sagar 2020-07-25 18:26:15 +05:30 committed by GitHub
parent f50938c908
commit 753f0b9fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;