theme.atlantafx.turquoise/README.md

11 lines
371 B
Markdown
Raw Normal View History

2022-09-11 00:13:44 -04:00
# AtlantaFX Sample Theme
This is an example of creating custom JavaFX CSS theme based on [AtlantaFX](https://github.com/mkpaz/atlantafx) stylesheet. Just clone the repository and use it as a starting point for creating your own theme.
Compile and grab resulting CSS from `dist/` directory:
```sh
# you can also (optionally) watch for changes
mvn compile [-Pwatch]
```