style(theme): added codeSTACKr theme (#1572)

This commit is contained in:
Jesse Hall
2022-02-10 01:01:34 +05:30
committed by GitHub
parent f83080601e
commit 0fec4d21a9
+7
View File
@@ -348,6 +348,13 @@ const themes = {
text_color: "574038",
bg_color: "F5E1C0",
},
codeSTACKr: {
title_color: "ff652f",
icon_color: "FFE400",
text_color: "ffffff",
bg_color: "09131B",
border_color: "0c1a25",
},
};
module.exports = themes;