Add theme selection in settings
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
* {
|
||||
/* -fx-font: 14.0pt "Serif";
|
||||
-fx-background-color:#000000; */
|
||||
-fx-opacity:1;
|
||||
.button {
|
||||
-fx-background-radius: 5em;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
.button{
|
||||
-fx-background-color: snow;
|
||||
}
|
Reference in New Issue
Block a user