mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Update default & ANSI theme names (#637)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { ansiTheme, Theme } from './theme.js';
|
||||
import { darkTheme, Theme } from './theme.js';
|
||||
|
||||
export const ANSI: Theme = new Theme(
|
||||
'ANSI',
|
||||
'ansi',
|
||||
'dark',
|
||||
{
|
||||
hljs: {
|
||||
display: 'block',
|
||||
@@ -135,5 +135,5 @@ export const ANSI: Theme = new Theme(
|
||||
color: 'yellow', // Mapped from #D7BA7D
|
||||
},
|
||||
},
|
||||
ansiTheme,
|
||||
darkTheme,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user