Struct term_painter::Style
[−]
[src]
pub struct Style { pub fg: Color, pub bg: Color, // some fields omitted }
Saves all properties of a style. Implements ToStyle
, so you can call
style modifiers on it.
Fields
fg | |
bg |