mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Allow themes to update gradient colors (#914)
This commit is contained in:
parent
1d7090b8ac
commit
9c5b5ff823
10 changed files with 19 additions and 19 deletions
|
|
@ -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 ayuDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
|
|
@ -19,7 +19,7 @@ const ayuDarkColors: ColorsTheme = {
|
|||
AccentRed: '#F26D78',
|
||||
Comment: '#646A71',
|
||||
Gray: '##3D4149',
|
||||
GradientColors: darkTheme.GradientColors,
|
||||
GradientColors: ['#FFB454', '#F26D78'],
|
||||
};
|
||||
|
||||
export const AyuDark: Theme = new Theme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue