From f5f1580b560e387442d091beb331996d19cc5f93 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Sat, 2 Dec 2023 04:37:48 +0700 Subject: [PATCH] fix(theme): Updated apprentice theme for stroke color --- themes/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/index.ts b/themes/index.ts index ac55651..f416041 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -266,6 +266,7 @@ export const themes: Themes = { title_color: "ffffff", icon_color: "ffffaf", text_color: "bcbcbc", + stroke_color: "444444", bg_color: "262626", username_color: "ffffaf", },