mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
Use semantic colors in themes (#5796)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const githubDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
@@ -142,4 +143,5 @@ export const GitHubDark: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
githubDarkColors,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user