mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
Allow themes to update gradient colors (#914)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { darkTheme, Theme, type ColorsTheme } from './theme.js';
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
|
||||
const githubDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
@@ -19,7 +19,7 @@ const githubDarkColors: ColorsTheme = {
|
||||
AccentRed: '#F97583',
|
||||
Comment: '#6A737D',
|
||||
Gray: '#6A737D',
|
||||
GradientColors: darkTheme.GradientColors,
|
||||
GradientColors: ['#79B8FF', '#85E89D'],
|
||||
};
|
||||
|
||||
export const GitHubDark: Theme = new Theme(
|
||||
|
||||
Reference in New Issue
Block a user