@@ -768,7 +768,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
768768 success : '#22c55e' ,
769769 error : '#ef4444' ,
770770 warning : '#FFA500' ,
771- info : '#38bdf8 ' ,
771+ info : '#9EFC62 ' ,
772772
773773 // Neutral scale
774774 foreground : '#f1f5f9' ,
@@ -780,7 +780,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
780780
781781 // Context-specific
782782 aiLine : '#6b7280' ,
783- userLine : '#38bdf8 ' ,
783+ userLine : '#9EFC62 ' ,
784784
785785 // Agent backgrounds
786786 agentToggleHeaderBg : '#f97316' ,
@@ -803,7 +803,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
803803 // Dark mode: slightly darker gray for less brightness
804804 codeBackground : '#374151' ,
805805 codeHeaderFg : '#5b647a' ,
806- inlineCodeFg : '#fa8329 ' ,
806+ inlineCodeFg : '#9EFC62 ' ,
807807 codeTextFg : '#f1f5f9' ,
808808 headingFg : {
809809 1 : '#facc15' ,
@@ -828,7 +828,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
828828 success : '#059669' ,
829829 error : '#ef4444' ,
830830 warning : '#F59E0B' ,
831- info : '#3b82f6 ' ,
831+ info : '#65A83E ' ,
832832
833833 // Neutral scale
834834 foreground : '#111827' ,
@@ -840,7 +840,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
840840
841841 // AI/User context
842842 aiLine : '#6b7280' ,
843- userLine : '#3b82f6 ' ,
843+ userLine : '#65A83E ' ,
844844
845845 // Agent context
846846 agentToggleHeaderBg : '#ea580c' ,
@@ -863,7 +863,7 @@ const DEFAULT_CHAT_THEMES: Record<ThemeName, ChatTheme> = {
863863 // Light mode: lighter gray background so inline code feels airy
864864 codeBackground : '#f3f4f6' ,
865865 codeHeaderFg : '#6b7280' ,
866- inlineCodeFg : '#fa8329 ' ,
866+ inlineCodeFg : '#65A83E ' ,
867867 codeTextFg : '#111827' ,
868868 headingFg : {
869869 1 : '#dc2626' ,
0 commit comments