diff --git a/themes/index.js b/themes/index.js index 4279317b3edc3..a5d3abae8cb6f 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;