Styles
Denoted by [keybinds.styles]
toml tag.
Text
Sets the primary text color used throughout the interface. Can be set using the text
key.
Default Value:
text = "#cdd6f4"
Sub Title Text
Sets the color for subtitle text elements. Can be set using the subtitle_text
key.
Default Value:
subtitle_text = "#74c7ec"
Subtitle Background
Sets the background color for subtitle sections. Can be set using the subtitle_bg
key.
Default Value:
subtitle_bg = "#313244"
Unfocused Border
Sets the border color for unfocused UI elements. Can be set using the unfocused_border
key.
Default Value:
unfocused_border = "#45475a"
Focused Border
Sets the border color for focused UI elements. Can be set using the focused_border
key.
Default Value:
focused_border = "#b4befe"
Help Key Background
Sets the background color for help key indicators. Can be set using the help_key_bg
key.
Default Value:
help_key_bg = "#313244"
Help Key Text
Sets the text color for help key indicators. Can be set using the help_key_text
key.
Default Value:
help_key_text = "#1e1e2e"
Help Descriptions Text
Sets the text color for help descriptions. Can be set using the help_desc_text
key.
Default Value:
help_desc_text = "#6c7086"
Menu Selected Background
Sets the background color for selected menu items. Can be set using the menu_selected_bg
key.
Default Value:
menu_selected_bg = "#b4befe"
Menu Selected Text
Sets the text color for selected menu items. Can be set using the menu_selected_text
key.
Default Value:
menu_selected_text = "#1e1e2e"
Error Text
Sets the text color for error messages. Can be set using the error_text
key.
Default Value:
error_text = "#f38ba8"
Error Background
Sets the background color for error messages. Can be set using the error_bg
key.
Default Value:
error_bg = "#11111b"
Popup Border
Sets the border color for popup windows and dialogs. Can be set using the popup_border
key.
Default Value:
popup_border = "#74c7ec"
Placeholder Text
Sets the color for placeholder text in input fields. Can be set using the placeholder_text
key.
Default Value:
placeholder_text = "#585b70"
Message Text
Sets the color for general message and notification text. Can be set using the msg_text
key.
Default Value:
msg_text = "#74c7ec"