style(theme): added moltack theme (#1478)

This commit is contained in:
Nicolò Poggi 2021-12-13 15:53:11 +01:00 committed by GitHub
parent b6c184e8ff
commit 0745806f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,6 +342,12 @@ const themes = {
text_color: "bcbcbc", text_color: "bcbcbc",
bg_color: "262626", bg_color: "262626",
}, },
moltack: {
title_color: "86092C",
icon_color: "86092C",
text_color: "574038",
bg_color: "F5E1C0",
},
}; };
module.exports = themes; module.exports = themes;