Skip to content

Commit 0c5f3fb

Browse files
committed
dark theme: Make surface dark gray, slightly brighten muted, border
1 parent b4fcf70 commit 0c5f3fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/src/utils/theme-system.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,9 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
786786
// Neutral scale
787787
foreground: '#f1f5f9',
788788
background: 'transparent',
789-
muted: '#9ca3af',
790-
border: '#334155',
791-
surface: '#000000',
789+
muted: '#acb3bf',
790+
border: '#536175',
791+
surface: '#202327',
792792
surfaceHover: '#334155',
793793

794794
// Context-specific

0 commit comments

Comments
 (0)