From 0fec4d21a96561a1461eb725e438700912e65964 Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Wed, 9 Feb 2022 13:31:34 -0600 Subject: [PATCH] style(theme): added codeSTACKr theme (#1572) --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 7ec705911cac4..dde5fecdbdea0 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;