final touches theme

This commit is contained in:
sirjonasxx 2022-02-17 01:03:17 +01:00
parent f5e99924de
commit ee923df8a3
3 changed files with 62 additions and 1 deletions

View File

@ -10,6 +10,9 @@
.themed-background {
-fx-background-color: white;
}
.themed-background2 {
-fx-background-color: #f4f4f4;
}
.root-node > * {
-fx-background-color: white;

View File

@ -11,6 +11,9 @@
.themed-background {
-fx-background-color: #363636;
}
.themed-background2 {
-fx-background-color: #222222;
}
.root-node > * {
-fx-background-color: #363636;
@ -1058,3 +1061,55 @@ VBox > .split-menu-button.last > .arrow-button {
.not-corrupted-label {
-fx-fill: #8cff8c;
}
.table-view {
-fx-background-color: rgba(20, 20, 20, 0.4);
}
.table-view .table-cell{
-fx-text-fill: #f0f0f0;
}
.table-row-cell{
-fx-background-color: #313131;
}
.table-view .column-header {
-fx-background-color: #212121;
}
.table-view .table-cell{
-fx-border-color: #262626;
-fx-border-width: 0.5;
}
.table-row-cell:selected, .list-cell:selected {
-fx-background-color: #364349;
}
.table-view:focused .table-row-cell:selected, .list-view:focused .list-cell:selected {
-fx-background-color: #3d5b69;
}
.spinner .increment-arrow-button,
.spinner .decrement-arrow-button {
-fx-body-color: #262626;
}
.spinner .increment-arrow-button .increment-arrow,
.spinner .decrement-arrow-button .decrement-arrow {
-fx-background-color: #d7d7d7;
}
.slider .track {
-fx-background-color: #222222;
-fx-border-radius: 5;
-fx-border-color: rgba(240, 240, 240, 0.8);
}
.slider .thumb {
-fx-background-color: #222222;
-fx-border-radius: 10;
-fx-border-color: rgba(240, 240, 240, 0.8);
}

View File

@ -7,9 +7,12 @@
-fx-border-width: 0 1 1 1;
}
.themed-background{
.themed-background {
-fx-background-color: white;
}
.themed-background2 {
-fx-background-color: #f4f4f4;
}
.root-node > * {
-fx-background-color: white;