client
Clone or download
Modified Files
/*
StreamPi Default Light mode
Fully supports JavaFX CSS
*/
.dashboard{
-fx-background-color: white;
}
.action_grid_pane
{
}
<?xml version="1.0" encoding="ISO-8859-1" ?>
<configuration>
<theme-platform-version>1.0.0</theme-platform-version>
<info>
<short-name>Default Light</short-name>
<author>StreamPi Team</author>
<version>1.0.0</version>
</info>
<theme>
<stylesheets>
<stylesheet>res/client/style.css</stylesheet>
</stylesheets>
</theme>
</configuration>