Definitions of HTML colors for ORX engine.
All colors defined in html-colors.ini
are defined in r-colors.ini
as well and some more.
File name | colors |
---|---|
html-colors.ini | 148 |
r-colors.ini | 558 |
Colors are sorted to groups so you can find similar color fastly.
Copy html-colors.ini
into your .ini
folder, typically {project-root}/data/config
and include it from your main .ini
file.
After include you can refer to color name directly by e.g. @Colors.MediumOrchid
.
@html-colors.ini@
[Object]
Color = @Colors.MediumOrchid
It is good when your editor supports visualization of colors and you can prototype without need for switching into painting program with color picker tool. It gives you an option to use colors by their names instead of using those pesky vectors directly.
This image shows color highlighting in Emacs with rainbow-mode enabled.