Skip to content

Buffer Rules and Theme Config

unsecretised edited this page Mar 3, 2026 · 1 revision

Buffer Rules and Theme Config:

Default config:

[buffer_rules]
clear_on_hide = true
clear_on_enter = true

[theme]
text_color = [1.0, 1.0, 1.0]
background_color = [0.0, 0.0, 0.0]
blur = false
show_icons = true
show_scroll_bar = true

Buffer rules:

clear_on_hide and clear_on_enter just mean if the "buffer" (aka the text box's content), should be cleared when the app is hidden / entered

Theme Rules:

Text color:

This is the text color that rustcast should use inside the app with the format text_color = [R, G, B]

Background color:

This is the background color that rustcast should use inside the app with the same format as text_color but different name

Blur

(Customising this is not supported as of now. The default is true)

Show icons

If you want RustCast to show the app icons in the results.

Show scroll bar

If you want rustcast to show you the scroll bar (when its needed)

Clone this wiki locally