Config Reference
Overlays
Overlay color, shape, and border styling.
Defaults
Defaults shown here are the effective builtin defaults from RuntimeTuning::builtin_defaults().
Default Config Shape
Use this as the section shape when editing halley.rune.
overlays:
background-colour "auto"
text-colour "auto"
shape "square"
borders true
border-source "primary"
end| Option | Type | Default | Notes |
|---|---|---|---|
background-colour | string | auto | Overlay background color. Accepted values: auto, light, dark, or a hex color. |
text-colour | string | auto | Overlay text color. Accepted values: auto, light, dark, or a hex color. |
shape | string | square | Overlay shape style. Accepted values: square, rounded. |
borders | bool | true | Enables overlay borders. |
border-source | string | primary | Border palette source. Accepted values: primary, secondary. |