From e838f08f7174e4086c8410bdfd43dfba50ede311 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sun, 22 Feb 2026 11:55:11 +0530 Subject: [PATCH] style: Adjusted themes --- src/themes.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/themes.ts b/src/themes.ts index 647b5bf..a6a078b 100644 --- a/src/themes.ts +++ b/src/themes.ts @@ -56,7 +56,7 @@ export const THEMES: Theme[] = [ textMuted: '#303030', textDim: '#505050', borderMain: '#303030', - gridPattern: 'rgba(0, 0, 0, 0.10)', + gridPattern: 'rgba(0, 0, 0, 0.26)', statusSuccess: '#cccc7c', catStroke: '#000000', catNose: '#303030', @@ -78,7 +78,7 @@ export const THEMES: Theme[] = [ textMuted: '#9098a4', textDim: 'rgba(206, 218, 235, 0.45)', borderMain: 'rgba(206, 218, 235, 0.18)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.28)', statusSuccess: '#E59DB1', catStroke: '#8BB8E9', catNose: '#E1B4CE', @@ -102,7 +102,7 @@ export const THEMES: Theme[] = [ textMuted: '#FFFFCC', textDim: 'rgba(255, 255, 78, 0.45)', borderMain: 'rgba(255, 255, 78, 0.22)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.48)', statusSuccess: '#A8FF60', catStroke: '#C6C5FE', catNose: '#FF73FD', @@ -126,7 +126,7 @@ export const THEMES: Theme[] = [ textMuted: '#5C5F77', textDim: 'rgba(76, 79, 105, 0.45)', borderMain: 'rgba(76, 79, 105, 0.22)', - gridPattern: 'rgba(0, 0, 0, 0.08)', + gridPattern: 'rgba(0, 0, 0, 0.24)', statusSuccess: '#40A02B', catStroke: '#5C5F77', catNose: '#EA76CB', @@ -150,7 +150,7 @@ export const THEMES: Theme[] = [ textMuted: 'rgba(248, 248, 242, 0.74)', textDim: 'rgba(248, 248, 242, 0.45)', borderMain: 'rgba(248, 248, 242, 0.18)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.22)', statusSuccess: '#50FA7B', catStroke: '#BD93F9', catNose: '#FF79C6', @@ -174,7 +174,7 @@ export const THEMES: Theme[] = [ textMuted: '#7C6F64', textDim: 'rgba(60, 56, 54, 0.45)', borderMain: 'rgba(60, 56, 54, 0.22)', - gridPattern: 'rgba(0, 0, 0, 0.08)', + gridPattern: 'rgba(0, 0, 0, 0.24)', statusSuccess: '#98971A', catStroke: '#3C3836', catNose: '#B16286', @@ -198,7 +198,7 @@ export const THEMES: Theme[] = [ textMuted: '#A89984', textDim: 'rgba(235, 219, 178, 0.45)', borderMain: 'rgba(235, 219, 178, 0.18)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.28)', statusSuccess: '#B8BB26', catStroke: '#83A598', catNose: '#D3869B', @@ -222,7 +222,7 @@ export const THEMES: Theme[] = [ textMuted: '#E5E9F0', textDim: 'rgba(216, 222, 233, 0.45)', borderMain: 'rgba(216, 222, 233, 0.18)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.28)', statusSuccess: '#A3BE8C', catStroke: '#81A1C1', catNose: '#B48EAD', @@ -246,7 +246,7 @@ export const THEMES: Theme[] = [ textMuted: '#EBBCBA', textDim: 'rgba(224, 222, 244, 0.45)', borderMain: 'rgba(224, 222, 244, 0.18)', - gridPattern: 'rgba(255, 255, 255, 0.08)', + gridPattern: 'rgba(255, 255, 255, 0.28)', statusSuccess: '#9CCFD8', catStroke: '#9CCFD8', catNose: '#EB6F92',