pub struct Colors<'a> {Show 44 fields
pub root_fg: &'a str,
pub root_bg: &'a str,
pub border_fg: &'a str,
pub border_bg: &'a str,
pub window_fg: &'a str,
pub window_bg: &'a str,
pub shadow_fg: &'a str,
pub shadow_bg: &'a str,
pub title_fg: &'a str,
pub title_bg: &'a str,
pub button_fg: &'a str,
pub button_bg: &'a str,
pub act_button_fg: &'a str,
pub act_button_bg: &'a str,
pub checkbox_fg: &'a str,
pub checkbox_bg: &'a str,
pub act_checkbox_fg: &'a str,
pub act_checkbox_bg: &'a str,
pub entry_fg: &'a str,
pub entry_bg: &'a str,
pub label_fg: &'a str,
pub label_bg: &'a str,
pub listbox_fg: &'a str,
pub listbox_bg: &'a str,
pub act_listbox_fg: &'a str,
pub act_listbox_bg: &'a str,
pub textbox_fg: &'a str,
pub textbox_bg: &'a str,
pub act_textbox_fg: &'a str,
pub act_textbox_bg: &'a str,
pub help_line_fg: &'a str,
pub help_line_bg: &'a str,
pub root_text_fg: &'a str,
pub root_text_bg: &'a str,
pub empty_scale: &'a str,
pub full_scale: &'a str,
pub disabled_entry_fg: &'a str,
pub disabled_entry_bg: &'a str,
pub compact_button_fg: &'a str,
pub compact_button_bg: &'a str,
pub act_sel_listbox_fg: &'a str,
pub act_sel_listbox_bg: &'a str,
pub sel_listbox_fg: &'a str,
pub sel_listbox_bg: &'a str,
}
Expand description
A struct containing the color sets for all components.
Valid color names are black, blue, green, cyan, red, magenta, brown, lightgray, gray, brightblue, brightgreen, brightcyan, brightred, brightmagenta, yellow, and white.
Fields§
§root_fg: &'a str
The root window foreground color.
root_bg: &'a str
The root window background color.
border_fg: &'a str
Window border foreground color.
border_bg: &'a str
Window border background color.
window_fg: &'a str
Window foreground color.
window_bg: &'a str
Window background color.
shadow_fg: &'a str
§shadow_bg: &'a str
§title_fg: &'a str
Window title foreground color.
title_bg: &'a str
Window title background color.
Button
foreground color.
Button
background color.
Activated Button
foreground color.
Activated Button
background color.
checkbox_fg: &'a str
Checkbox
foreground color.
checkbox_bg: &'a str
Checkbox
background color.
act_checkbox_fg: &'a str
Activated Checkbox
foreground color.
act_checkbox_bg: &'a str
Activated Checkbox
background color.
entry_fg: &'a str
Entry
foreground color.
entry_bg: &'a str
Entry
background color.
label_fg: &'a str
Label
foreground color.
label_bg: &'a str
Label
background color.
listbox_fg: &'a str
Listbox
foreground color.
listbox_bg: &'a str
Listbox
background color.
act_listbox_fg: &'a str
Activated Listbox
foreground color.
act_listbox_bg: &'a str
Activated Listbox
background color.
textbox_fg: &'a str
Textbox
foreground color.
textbox_bg: &'a str
Textbox
background color.
act_textbox_fg: &'a str
Activated Textbox
foreground color.
act_textbox_bg: &'a str
Activated Textbox
background color.
help_line_fg: &'a str
Help line foreground color.
help_line_bg: &'a str
Help line background color.
root_text_fg: &'a str
Root text foreground color.
root_text_bg: &'a str
Root text background color.
empty_scale: &'a str
Empty Scale
color.
full_scale: &'a str
Full Scale
color.
disabled_entry_fg: &'a str
Disabled Entry
foreground color.
disabled_entry_bg: &'a str
Disabled Entry
background color.
CompactButton
foreground color.
CompactButton
background color.
act_sel_listbox_fg: &'a str
Activated Listbox
selection foreground color.
act_sel_listbox_bg: &'a str
Activated Listbox
selection background color.
sel_listbox_fg: &'a str
Listbox
selection foreground color.
sel_listbox_bg: &'a str
Listbox
selection background color.