pretty colour
This commit is contained in:
parent
5413a41d62
commit
11f70a8d3d
1 changed files with 6 additions and 6 deletions
|
@ -9,17 +9,17 @@
|
||||||
-fx-text-fill: #dadada;
|
-fx-text-fill: #dadada;
|
||||||
|
|
||||||
/* javafx elements */
|
/* javafx elements */
|
||||||
-fx-accent: #0b65da;
|
-fx-accent: #F4511E;
|
||||||
-fx-box-border: transparent;
|
-fx-box-border: transparent;
|
||||||
-fx-focus-color: #0c59bd;
|
-fx-focus-color: #F4511E;
|
||||||
-fx-faint-focus-color: #0c59bd;
|
-fx-faint-focus-color: #F4511E;
|
||||||
-fx-selection-bar: #0f87c3;
|
-fx-selection-bar: #0f87c3;
|
||||||
-fx-selection-bar-non-focused: #4181d4;
|
-fx-selection-bar-non-focused: #4181d4;
|
||||||
-fx-default-button: derive(-fx-accent, 95%);
|
-fx-default-button: derive(-fx-accent, 95%);
|
||||||
|
|
||||||
/* haveno main colors */
|
/* haveno main colors */
|
||||||
-bs-color-primary: #0b65da;
|
-bs-color-primary: #F4511E;
|
||||||
-bs-color-primary-dark: #0c59bd;
|
-bs-color-primary-dark: #F4511E;
|
||||||
-bs-text-color: white;
|
-bs-text-color: white;
|
||||||
-bs-background-color: #303030;
|
-bs-background-color: #303030;
|
||||||
-bs-background-gray: transparent;
|
-bs-background-gray: transparent;
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
-bs-rd-tooltip-truncated: #afaeb0;
|
-bs-rd-tooltip-truncated: #afaeb0;
|
||||||
|
|
||||||
/*-bs-toggle-selected: rgb(12, 89, 189);*/
|
/*-bs-toggle-selected: rgb(12, 89, 189);*/
|
||||||
-bs-toggle-selected: rgb(12, 89, 190);
|
-bs-toggle-selected: #F4511E;
|
||||||
-bs-warning: #db6300;
|
-bs-warning: #db6300;
|
||||||
-bs-buy: rgb(80, 180, 90);
|
-bs-buy: rgb(80, 180, 90);
|
||||||
-bs-buy-focus: derive(-bs-buy, -50%);
|
-bs-buy-focus: derive(-bs-buy, -50%);
|
||||||
|
|
Loading…
Reference in a new issue