📦 NEW: Theme Shades of Purple (#2114)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Ahmad Awais ⌘
2025-06-28 20:43:17 -07:00
committed by GitHub
parent 7b86a2015f
commit 19a9b50aab
2 changed files with 350 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import { GitHubLight } from './github-light.js';
import { GoogleCode } from './googlecode.js';
import { DefaultLight } from './default-light.js';
import { DefaultDark } from './default.js';
import { ShadesOfPurple } from './shades-of-purple.js';
import { XCode } from './xcode.js';
import { Theme, ThemeType } from './theme.js';
import { ANSI } from './ansi.js';
@@ -42,6 +43,7 @@ class ThemeManager {
GitHubDark,
GitHubLight,
GoogleCode,
ShadesOfPurple,
XCode,
ANSI,
ANSILight,