mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
Updated dark theme colors. (#604)
This commit is contained in:
parent
a4109cd4c7
commit
f7423433d6
@ -9,17 +9,17 @@
|
||||
-fx-text-fill: #dadada;
|
||||
|
||||
/* javafx elements */
|
||||
-fx-accent: #25b135;
|
||||
-fx-accent: #0b65da;
|
||||
-fx-box-border: transparent;
|
||||
-fx-focus-color: #2ea33c;
|
||||
-fx-faint-focus-color: #2ea33c;
|
||||
-fx-selection-bar: #1a6e1e;
|
||||
-fx-selection-bar-non-focused: #2a7e2e;
|
||||
-fx-focus-color: -fx-accent;
|
||||
-fx-faint-focus-color: #0f87c3;
|
||||
-fx-selection-bar: #4181d4;
|
||||
-fx-selection-bar-non-focused: -fx-selection-bar;
|
||||
-fx-default-button: derive(-fx-accent, 95%);
|
||||
|
||||
/* haveno main colors */
|
||||
-bs-color-primary: #25b135;
|
||||
-bs-color-primary-dark: #2ea33c;
|
||||
-bs-color-primary: #0b65da;
|
||||
-bs-color-primary-dark: #0c59bd;
|
||||
-bs-text-color: #dadada;
|
||||
-bs-background-color: #29292a;
|
||||
-bs-background-gray: #2B2B2B;
|
||||
|
Loading…
Reference in New Issue
Block a user