Customization
Create your perfect interface with custom layouts, highlights, keybinds, sounds, and themes.
Topics
- Creating Layouts - Design custom window arrangements
- Highlight Patterns - Color, filter, and reroute game text
- Keybind Actions - Custom keyboard shortcuts
- Sound Alerts - Audio notifications for game events
- Themes - Switch or build UI color themes
Quick Start
Custom Layout
.menu→ Windows → Add Window (or.addwindow)- Ctrl+drag to move windows, drag borders to resize
.savelayout mynameto save
Add a Highlight
.addhighlight in-app, or edit ~/.vellum-fe/global/highlights.toml:
[death]
pattern = "appears dead"
fg = "#00ff00"
bold = true
sound = "kill.wav"
Add a Keybind
.addkeybind in-app, or edit ~/.vellum-fe/global/keybinds.toml:
[user]
f2 = { macro_text = "stance offensive\r" }
f3 = { macro_text = "stance defensive\r" }
Switch Theme
.themes
Apply file edits without restarting: .reload