General Styles
Denoted by the [styles] tag in TOML.
Text
can change the text color using the text key.
default value is:
toml
text = "#b4befe"Background
can change the text color using the background key.
default value is:
toml
text = "#1e1e2e"Border
can change the border color using the border key.
default value is:
toml
border = "#45475a"Focused Border
can change the border color when focused using the focused_border key.
default value is:
toml
focused_border = "#b4befe"Menu Selected Background
can change the background color for selected item in all menus using the menu_selected_bg key.
default value is:
toml
menu_selected_bg = "#b4befe"Menu Selected Text
can change the text color for selected item in all menus using the menu_selected_text key.
default value is:
toml
menu_selected_text = "#1e1e2e"