mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 17:57:46 +00:00
Update colors tokens for inputer/footer (#6523)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
* @author Ahmad Awais <https://twitter.com/mrahmadawais/>
|
||||
*/
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const shadesOfPurpleColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
@@ -348,5 +347,4 @@ export const ShadesOfPurple = new Theme(
|
||||
},
|
||||
},
|
||||
shadesOfPurpleColors,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user