-
-
Notifications
You must be signed in to change notification settings - Fork 34
Buffer Rules and Theme Config
unsecretised edited this page Mar 3, 2026
·
1 revision
[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 = trueclear_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
This is the text color that rustcast should use inside the app with the format text_color = [R, G, B]
This is the background color that rustcast should use inside the app with the same format as text_color but different name
(Customising this is not supported as of now. The default is true)
If you want RustCast to show the app icons in the results.
If you want rustcast to show you the scroll bar (when its needed)