mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Use semantic colors in themes (#5796)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
4f2974dbfe
commit
785ee5d59a
22 changed files with 396 additions and 198 deletions
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const ayuDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
|
|
@ -108,4 +109,5 @@ export const AyuDark: Theme = new Theme(
|
|||
},
|
||||
},
|
||||
ayuDarkColors,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue