mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
style(vscode-ide-companion): adjust chat session initialization logic and optimize tool invocation component style
This commit is contained in:
@@ -43,6 +43,11 @@ export default {
|
||||
ivory: '#f5f5ff',
|
||||
slate: '#141420',
|
||||
green: '#6bcf7f',
|
||||
// Status colors used by toolcall components
|
||||
success: '#74c991',
|
||||
error: '#c74e39',
|
||||
warning: '#e1c08d',
|
||||
loading: 'var(--app-secondary-foreground)',
|
||||
},
|
||||
},
|
||||
borderRadius: {
|
||||
|
||||
Reference in New Issue
Block a user