Struct syntect::highlighting::Theme
[−]
[src]
pub struct Theme {
pub name: Option<String>,
pub author: Option<String>,
pub settings: ThemeSettings,
pub scopes: Vec<ThemeItem>,
}A theme parsed from a .tmTheme file.
Contains fields useful for a theme list as well as settings for styling your editor.
Fields
name: Option<String>
settings: ThemeSettings
scopes: Vec<ThemeItem>
Trait Implementations
impl Clone for Theme[src]
fn clone(&self) -> Theme
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more