Skip to content

Commit 0a84324

Browse files
committed
One more theme update to green
1 parent 784cb53 commit 0a84324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/utils/theme-system.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
763763
dark: {
764764
name: 'dark',
765765
// Core semantic colors
766-
primary: '#facc15',
766+
primary: '#9EFC62',
767767
secondary: '#a3aed0',
768768
success: '#22c55e',
769769
error: '#ef4444',
@@ -823,7 +823,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
823823
light: {
824824
name: 'light',
825825
// Core semantic colors
826-
primary: '#f59e0b',
826+
primary: '#65A83E',
827827
secondary: '#6b7280',
828828
success: '#059669',
829829
error: '#ef4444',

0 commit comments

Comments
 (0)