feat: add high-contrast-light theme

This commit is contained in:
2026-02-09 16:04:17 +01:00
parent 46202451ba
commit 21d0f0da5a
4 changed files with 14 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ const themes = [
'catppuccin',
'solarized',
'high-contrast',
'high-contrast-light',
'nord',
'dracula'
] as const;