mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Allow themes to update gradient colors (#914)
This commit is contained in:
@@ -19,7 +19,7 @@ const googleCodeColors: ColorsTheme = {
|
||||
AccentRed: '#800',
|
||||
Comment: '#5f6368',
|
||||
Gray: lightTheme.Gray,
|
||||
GradientColors: lightTheme.GradientColors,
|
||||
GradientColors: ['#066', '#606'],
|
||||
};
|
||||
|
||||
export const GoogleCode: Theme = new Theme(
|
||||
|
||||
Reference in New Issue
Block a user