//! Predefined themes and theme loading logic.
//!
//! This module provides a set of built-in themes for syntax highlighting,
//! such as One Dark Pro and One Light.
/// One Dark Pro theme implementation.
/// One Light theme implementation.
use crateHighlightTheme;
/// Predefined theme types for syntax highlighting.