From 97f1df25769b065b31c8cca20df96b889c1c0f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Qu=E1=BB=91c=20Vinh=20=28VinKay=29?= <88923527+vinkay215@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:26:02 +0700 Subject: [PATCH] index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..4b69250f0bc99 100644 --- a/themes/index.js +++ b/themes/index.js @@ -12,6 +12,13 @@ export const themes = { text_color: "434d58", bg_color: "fffefe", }, + vinkay: { + title_color: "70a5fd", + text_color: "bddfff", + icon_color: "BB8470", + border_color: "417E87", + bg_color: "ffffff00", + }, transparent: { title_color: "006AFF", icon_color: "0579C3",