Theme Editor
Last updated
Last updated
Theme Editor is a new built-in tool that replaces syntax highlighting options. It can be launched from the tab.
Theme configuration includes colors and style for interface and code elements.
Each element has 3 properties: Foreground
, Background
, and Style
. Some properties can be unavailable for certain elements.
Available style
elements are: B – bold, I – italic, U – underlined.
Editor – text color and background of the main editing area
Active Line – a line where the cursor is
Gutter – area to the left of the editor
Bottom Panel – status bar at the bottom of the editor
Bottom Panel Border – color of section borders in the bottom panel
Numbers – integer and floating-point numbers
Strings – a text between double quotes " "
or single quotes ' '
Models – identifiers starting with #
– a text after //
or between {}
or /* */
– identifiers starting with @
– identifiers starting with $
(global variables), or ending with @
(local variables)
Also the type (starts with &
) and are highlighted as variables.
– the special words stored in the file keywords.ini
(one for all ) and a filekeywords.txt
(one per edit mode)
– the part of a class command before the .
character
– the part of a class command after the .
character, or a
– a command starting with {$
– identifiers, declared within the CONST..END
construct. See also .