From 6d06372639b23255ca1f1468a05646f0027c065c Mon Sep 17 00:00:00 2001 From: Citra Bella Rahayu <146302496+Achixz@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:39:39 +0700 Subject: [PATCH] feat(theme): Added kanagawa and kanagawa_light themes (#200) --- themes/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 262e3de..2725f54 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -472,6 +472,20 @@ export const themes: Themes = { bg_color: "402b23", stroke_color: "bf4a3f", }, + kanagawa: { + title_color: "E82424", + text_color: "DCD7BA", + icon_color: "938AA9", + border_color: "393836", + bg_color: "1F1F28", + }, + kanagawa_light: { + title_color: "d7474b", + text_color: "1F1F28", + icon_color: "624c83", + border_color: "d5cea3", + bg_color: "f2ecbc", + }, // Gradient themes "sunset-gradient": {