feat: added inbuilt themes (#105)

* feat: added inbuilt themes

* docs: added theming docs

* docs: update docs
This commit is contained in:
Anurag Hazra
2020-07-19 20:34:41 +05:30
committed by GitHub
parent b4a9bd4468
commit 2c26329e13
10 changed files with 320 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ module.exports = async (req, res) => {
icon_color,
text_color,
bg_color,
theme,
} = req.query;
let stats;
@@ -40,6 +41,7 @@ module.exports = async (req, res) => {
icon_color,
text_color,
bg_color,
theme,
})
);
};