From 65a3a8990c780a21a261579ae05a47d5d00ae7cb Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 26 Sep 2025 04:22:21 +0530 Subject: [PATCH] feat(theme): update color variables --- style/_variable.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/_variable.scss b/style/_variable.scss index 67eb1c0..14a3e3e 100644 --- a/style/_variable.scss +++ b/style/_variable.scss @@ -1,6 +1,6 @@ -$accent: #54cdb3; +$accent: #6791c9; $fg-color: #fff; -$bg-color: #0e0e0e; -$inactive-color: #252525; +$bg-color: #101213; +$inactive-color: #1b1d1e; $rounded: 14px; $font-size: 1rem;