mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
Update colors tokens for inputer/footer (#6523)
This commit is contained in:
parent
327c5f889d
commit
6fb01ddcc4
12 changed files with 32 additions and 24 deletions
|
|
@ -4,8 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { lightTheme, Theme, type ColorsTheme } from './theme.js';
|
||||
import { lightSemanticColors } from './semantic-tokens.js';
|
||||
import { type ColorsTheme, Theme, lightTheme } from './theme.js';
|
||||
|
||||
const googleCodeColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
|
|
@ -142,5 +141,4 @@ export const GoogleCode: Theme = new Theme(
|
|||
},
|
||||
},
|
||||
googleCodeColors,
|
||||
lightSemanticColors,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue