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

This commit is contained in:
Jesse Hall 2022-02-09 13:31:34 -06:00 committed by GitHub
parent f83080601e
commit 0fec4d21a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;