Add theme, font, and font-size introspection; bump version.
Some checks failed
Release / Bump Homebrew formula (push) Has been cancelled
Release / Build Linux amd64 (push) Has been cancelled
Release / Build Linux arm64 (push) Has been cancelled
Release / Build macOS arm64 (.app) (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2025-12-03 15:53:55 -08:00
parent 35ef74910d
commit f6c4a5ab34
3 changed files with 22 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ enum class ThemeId {
// Current theme tracking
static inline auto gCurrentTheme = ThemeId::Nord;
static inline std::size_t gCurrentThemeIndex = 0;
static inline std::size_t gCurrentThemeIndex = 6; // Nord index
// Forward declarations for helpers used below
static size_t ThemeIndexFromId(ThemeId id);