Struct cursive::theme::Theme [] [src]

pub struct Theme {
    pub shadow: bool,
    pub borders: BorderStyle,
    pub colors: Palette,
}

Represents the style a Cursive application will use.

Fields

Whether views in a StackView should have shadows.

How view borders should be drawn.

What colors should be used through the application?

Trait Implementations

impl Clone for Theme
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Theme
[src]

[src]

Formats the value using the given formatter.

impl Default for Theme
[src]

[src]

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