atlantafx/docs/colors/index.md

10 lines
522 B
Markdown
Raw Normal View History

2022-09-09 06:32:29 -04:00
---
title: Colors
has_children: true
nav_order: 3
---
2022-09-11 07:52:43 -04:00
AtlantaFX as well as uses standard JavaFX themes [looked-up colors]({{ site.baseurl }}{% link colors/looked-up-colors.md %}), but unlike them, in AtlantaFX all color variables start with `-color-` prefix.
2022-09-09 06:32:29 -04:00
2022-09-11 07:52:43 -04:00
There're [global variables]({{ site.baseurl }}{% link colors/global-variables.md %}), that are defined at the Scene root level and individual control variables. The latter defined for each individual control. Check corresponding control reference for the info.