refactor(tui): extract V1 theme definitions (#36969)

This commit is contained in:
James Long 2026-07-14 22:14:34 -04:00 committed by GitHub
commit ff3442ce34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 664 additions and 668 deletions

View file

@ -62,12 +62,9 @@ export {
allThemes,
generateSyntax,
hasTheme,
isTheme,
resolveTheme,
selectedForeground,
upsertTheme,
type Theme,
type ThemeJson,
} from "../theme"
const THEME_REFRESH_DELAYS = [250, 1000] as const