Struct cursive::theme::Theme
[−]
[src]
pub struct Theme {
pub shadow: bool,
pub borders: BorderStyle,
pub colors: ColorStyle,
}Represents the style a Cursive application will use.
Fields
shadow: bool
Wheter views in a StackView should have shadows.
borders: BorderStyle
How view borders should be drawn.
colors: ColorStyle
What colors should be used through the application?
Trait Implementations
impl Debug for Theme[src]
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