mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +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
|
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const ayuDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
|
|
@ -109,5 +108,4 @@ export const AyuDark: Theme = new Theme(
|
|||
},
|
||||
},
|
||||
ayuDarkColors,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue