Improve VoiceStudio Original dark theme accent contrast

This commit is contained in:
Palash Debnath
2026-09-16 22:17:00 +05:30
parent 5af8fe6967
commit fd9a9aa3df
@@ -202,9 +202,9 @@ export const T3_CHAT_THEME: ThemeDefinition = {
textMuted: 'oklch(0.880303 0.03077 342.696)',
border: 'oklch(0.266943 0.015262 302.425)',
input: 'oklch(0.266817 0.02897 344.461)',
focus: 'oklch(0.591646 0.217985 0.584)',
accent: 'oklch(0.460685 0.185347 4.099)',
accentForeground: 'oklch(0.901233 0.057189 343.694)',
focus: '#f09bb8',
accent: '#f09bb8',
accentForeground: '#291d29',
secondary: 'oklch(0.313674 0.030572 310.061)',
secondaryForeground: 'oklch(0.848252 0.038248 307.961)',
muted: 'oklch(0.360924 0.021469 316.83)',
@@ -225,9 +225,9 @@ export const T3_CHAT_THEME: ThemeDefinition = {
accentSurfaceForeground: 'oklch(0.964695 0.009139 341.803)',
messageSurface: 'oklch(0.273791 0.025541 309.079)',
messageForeground: 'oklch(0.949872 0.021269 306.838)',
messageAction: 'oklch(0.460685 0.185347 4.099)',
messageActionForeground: 'oklch(0.901233 0.057189 343.694)',
messageActionHover: 'oklch(0.458754 0.184639 3.857)',
messageAction: '#f09bb8',
messageActionForeground: '#291d29',
messageActionHover: '#ffb2cc',
codeBackground: 'oklch(0.22813 0.020366 307.469)',
codeForeground: 'oklch(0.848703 0.064239 306.645)',
sidebar: 'oklch(0.185778 0.019368 322.159)',