style(theme): added panda theme (#1319)

This commit is contained in:
Chandrika Deb 2021-09-26 20:23:12 +05:30 committed by GitHub
parent ded06f2fab
commit ec8eb0c893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,6 +300,12 @@ const themes = {
text_color: "dbdbdb",
bg_color: "252334",
},
panda: {
title_color: "19f9d899",
icon_color: "19f9d899",
text_color: "FF75B5",
bg_color: "31353a",
},
};
module.exports = themes;