style(theme): add apprentice theme (#1466)

This commit is contained in:
Çınar Yılmaz 2021-11-22 20:23:12 +03:00 committed by GitHub
parent 1cef6aca1b
commit ecd7d98a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,6 +336,12 @@ const themes = {
text_color: "61ffca",
bg_color: "15141b",
},
apprentice: {
title_color: "ffffff",
icon_color: "ffffaf",
text_color: "bcbcbc",
bg_color: "262626",
},
};
module.exports = themes;