From b8bc5efde5bbdc89d9bff8e93094b4aa4dc22e7e Mon Sep 17 00:00:00 2001 From: Unity_one_love <108220384+MaksimSazanovich@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:33:53 +0300 Subject: [PATCH] Added dark-smoky style --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..6ce72ef4c0fad 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,13 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + "dark-smoky":{ + title_color: "#edf5e1", + icon_color: "#edf5e1", + text_color: "#66fcf1", + bg_color: "#0b0c10", + border_color: "#c5c6c7", + }, }; export default themes;