refactor(tui): extract V1 theme definitions (#36969)
This commit is contained in:
parent
72cf7f12f3
commit
ff3442ce34
3 changed files with 664 additions and 668 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue