From 99e2f9e6c372c5d1b9beca6b61550929c27a88ae Mon Sep 17 00:00:00 2001 From: Xavier Nichole <146318113+XavierNotFound@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:38:54 +0700 Subject: [PATCH] feat(theme): Added kacho_ga theme --- themes/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index a5621dc..33650d4 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -457,6 +457,13 @@ export const themes: Themes = { bg_color: "030D6B", stroke_color: "2130BB", }, + kacho_ga: { + title_color: "bf4a3f", + text_color: "d9c8a9", + icon_color: "a64833", + bg_color: "402b23", + stroke_color: "bf4a3f", + }, // Gradient themes "sunset-gradient": {