JavaFX css themes
JavaFX Themes/ Look and feels:
- JMetro: "...a Java, JavaFX theme influenced by Microsoft's Fluent Design System (previously named Metro)" - Java, JavaFX theme JMetro page
- jbootfx: "A Javafx bootstrap theme.." - https://github.com/dicolar/jbootx
- MaterialFX: Google Material Design appearance in JavaFX - http://www.agix.pt/single-post/2015/09/02/MaterialFX-Material-Design-CSS-for-JavaFX
- AquaFX: "Aqua is a JavaFX theme that imitates the Look of Mac OS applications" - http://www.guigarage.com/aquafx/ - Their license says you can only use AquaFX on Apple hardware running Apple OS
- AeroFX: "AeroFX is a JavaFX theme that imitates the Look of Window 7 applications" - http://www.guigarage.com/aerofx/
Other themes with less polish:
- Flat Red: A red and flat (as the name implies) theme - https://github.com/carldea/jfx9be/tree/master/chap15/LookNFeelChooser/src/jfx9be
- Flatter: "Flatter is made for touch and embedded devices", like the name suggests it has a flat design - http://www.guigarage.com/2013/09/flatter/
- Sky: Theme based on blue color (hence the name "Sky") - https://github.com/carldea/jfx9be/tree/master/chap15/LookNFeelChooser/src/jfx9be
Guigarage provides 3 out-of-the-box styles.
- AquaFX, a native look & feel for Mac OSX
- AeroFX, that gives you the look of a Windows Forms app for Windows 7
- Flatter, a flat-design gui theme
Feel free to complete this list by answering the question.