use ;
/// Color theme for a [`CodeMirror`] editor.
///
/// Drives the `data-theme` attribute on the editor's mount element, which the
/// vendored stylesheet keys off to choose its light or dark CSS variables (see
/// `code_mirror/glue.js`). Token colors track the same variables, so the whole
/// editor -- chrome and syntax highlighting -- switches together.
///
/// [`CodeMirror`]: crate::code_mirror::CodeMirror