Add Solarized Dark and Solarized Light themes (#19064)

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
Ramón Medrano Llamas
2026-02-16 23:01:52 +01:00
committed by GitHub
parent a673a8e33d
commit 46cd73f0af
7 changed files with 446 additions and 57 deletions
@@ -15,6 +15,8 @@ import { Holiday } from './holiday.js';
import { DefaultLight } from './default-light.js';
import { DefaultDark } from './default.js';
import { ShadesOfPurple } from './shades-of-purple.js';
import { SolarizedDark } from './solarized-dark.js';
import { SolarizedLight } from './solarized-light.js';
import { XCode } from './xcode.js';
import * as fs from 'node:fs';
import * as path from 'node:path';
@@ -68,6 +70,8 @@ class ThemeManager {
GoogleCode,
Holiday,
ShadesOfPurple,
SolarizedDark,
SolarizedLight,
XCode,
ANSI,
ANSILight,