Skip to content
Enjoying cruise? Consider giving a star on Github! It helps a lot!

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:

toml
text = "#cdd6f4"

Sub Title Text

Sets the color for subtitle text elements. Can be set using the subtitle_text key.

Default Value:

toml
subtitle_text = "#74c7ec"

Subtitle Background

Sets the background color for subtitle sections. Can be set using the subtitle_bg key.

Default Value:

toml
subtitle_bg = "#313244"

Unfocused Border

Sets the border color for unfocused UI elements. Can be set using the unfocused_border key.

Default Value:

toml
unfocused_border = "#45475a"

Focused Border

Sets the border color for focused UI elements. Can be set using the focused_border key.

Default Value:

toml
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:

toml
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:

toml
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:

toml
help_desc_text = "#6c7086"

Sets the background color for selected menu items. Can be set using the menu_selected_bg key.

Default Value:

toml
menu_selected_bg = "#b4befe"

Sets the text color for selected menu items. Can be set using the menu_selected_text key.

Default Value:

toml
menu_selected_text = "#1e1e2e"

Error Text

Sets the text color for error messages. Can be set using the error_text key.

Default Value:

toml
error_text = "#f38ba8"

Error Background

Sets the background color for error messages. Can be set using the error_bg key.

Default Value:

toml
error_bg = "#11111b"

Sets the border color for popup windows and dialogs. Can be set using the popup_border key.

Default Value:

toml
popup_border = "#74c7ec"

Placeholder Text

Sets the color for placeholder text in input fields. Can be set using the placeholder_text key.

Default Value:

toml
placeholder_text = "#585b70"

Message Text

Sets the color for general message and notification text. Can be set using the msg_text key.

Default Value:

toml
msg_text = "#74c7ec"