mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add an ansi theme. (#152)
Add the gradient used by the ascii art logo to theme.
This commit is contained in:
parent
5790a5d7cf
commit
19ed2ed630
5 changed files with 174 additions and 9 deletions
|
|
@ -12,6 +12,7 @@ import { VS } from './vs.js';
|
|||
import { VS2015 } from './vs2015.js';
|
||||
import { XCode } from './xcode.js';
|
||||
import { Theme } from './theme.js';
|
||||
import { ANSI } from './ansi.js';
|
||||
|
||||
export interface ThemeDisplay {
|
||||
name: string;
|
||||
|
|
@ -32,6 +33,7 @@ class ThemeManager {
|
|||
GitHub,
|
||||
GoogleCode,
|
||||
XCode,
|
||||
ANSI,
|
||||
];
|
||||
this.activeTheme = ThemeManager.DEFAULT_THEME;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue