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

Trait Implementations

impl Clone for Theme
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Theme
[src]

Formats the value using the given formatter.

impl Default for Theme
[src]

Returns the "default value" for a type. Read more