//! Keys into syntect’s embedded [`syntect::highlighting::ThemeSet::load_defaults`] for the viewer.
/// String keys for the built-in themedump (`base16-ocean.dark`, `InspiredGitHub`, …).
/// Viewer highlighter: dark vs light from [`Appearance`], aligned with syntect defaults.
///
/// [`Appearance`]: crate::themes::Appearance
pub const SYNTECT_THEME_KEYS: CodeThemeKeys = CodeThemeKeys ;