Add theme selection in settings

This commit is contained in:
2020-06-08 10:02:39 +02:00
parent 5e73334e35
commit 1761044e9e
7 changed files with 27 additions and 17 deletions

View File

@ -1,5 +1,3 @@
* {
/* -fx-font: 14.0pt "Serif";
-fx-background-color:#000000; */
-fx-opacity:1;
.button {
-fx-background-radius: 5em;
}

View File

@ -1,7 +1,4 @@
.root{
--background=#000000;
background: var(--background);
}
.button{
color: rgb(105,0,153);
-fx-background-color: rgb(105,0,153);
-fx-text-fill: white;
}

View File

@ -0,0 +1,3 @@
.button{
-fx-background-color: snow;
}