From 0e02523459a527007f196cd1a35297d850d08839 Mon Sep 17 00:00:00 2001 From: Bradley Jester <109996512+jesterb0206@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:44:42 -0800 Subject: [PATCH] feat: added Date Night theme to index.js (#2264) * Added Date Night theme to index.js * My theme name should be in snake_case now --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 4279317..a5d3aba 100644 --- a/themes/index.js +++ b/themes/index.js @@ -367,6 +367,13 @@ export const themes = { text_color: "e0def4", bg_color: "191724", }, + date_night: { + title_color: "DA7885", + text_color: "E1B2A2", + icon_color: "BB8470", + border_color: "170F0C", + bg_color: "170F0C", + }, }; export default themes;