mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
dark theme improvements
This commit is contained in:
parent
09f6c9ef81
commit
5482196cc7
1 changed files with 8 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
-fx-control-inner-background: derive(-fx-base, 35%);
|
-fx-control-inner-background: derive(-fx-base, 35%);
|
||||||
-fx-control-inner-background-alt: -fx-control-inner-background ;
|
-fx-control-inner-background-alt: -fx-control-inner-background ;
|
||||||
-fx-default-button: -fx-accent;
|
-fx-default-button: -fx-accent;
|
||||||
|
-fx-box-border: ladder(-fx-color, black 20%, derive(-fx-color,40%) 30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label{
|
.label{
|
||||||
|
@ -71,7 +72,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-bar {
|
.status-bar {
|
||||||
-fx-background-color: black, -fx-body-color;
|
-fx-background-color: derive(-fx-color,-15%), -fx-body-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart .default-color0.chart-series-line {
|
.chart .default-color0.chart-series-line {
|
||||||
|
@ -115,13 +116,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.root .etched-raised-border {
|
.root .etched-raised-border {
|
||||||
-fx-border-color: #ffffff, #000000;
|
-fx-border-color: #ffffff, derive(-fx-color,-15%);
|
||||||
-fx-border-style: solid, solid;
|
-fx-border-style: solid, solid;
|
||||||
-fx-border-width: 1px, 1px;
|
-fx-border-width: 1px, 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.root .line-border {
|
.root .line-border {
|
||||||
-fx-border-color: #000000;
|
-fx-border-color: derive(-fx-color,-15%);
|
||||||
-fx-border-style: solid;
|
-fx-border-style: solid;
|
||||||
-fx-border-width: 1px;
|
-fx-border-width: 1px;
|
||||||
}
|
}
|
||||||
|
@ -196,3 +197,7 @@
|
||||||
.root .box-overlay .label {
|
.root .box-overlay .label {
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.root #loadingLog {
|
||||||
|
-fx-background-color: transparent;
|
||||||
|
}
|
Loading…
Reference in a new issue