Skip to content
Hawkmax edited this page Nov 4, 2025 · 3 revisions

Description

The #theme command simply resolves a raptor Theme Color.

Syntax

member: { "key": "#theme:<name>" }
key: no implementation

Param(s)

name: Case sensitive name of the color constant you want to reference.

Example

Before Apply

{ // <-- root
    // in the above line the `#theme` command is going to reference the color named 'main'
    "ref_theme": "#theme:main"
}

After Apply

{
    "ref_theme": _runtime color value_
}

Author’s Recommendation: next read #scribble

Clone this wiki locally