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 config
overlays:
  background-colour "auto"
  text-colour "auto"
  shape "square"
  borders true
  border-source "primary"
end
OptionTypeDefaultNotes
background-colourstringautoOverlay background color. Accepted values: auto, light, dark, or a hex color.
text-colourstringautoOverlay text color. Accepted values: auto, light, dark, or a hex color.
shapestringsquareOverlay shape style. Accepted values: square, rounded.
bordersbooltrueEnables overlay borders.
border-sourcestringprimaryBorder palette source. Accepted values: primary, secondary.