Updated dark theme colors. (#604)

This commit is contained in:
Vinicius Oliveira 2023-04-26 21:48:15 -03:00 committed by GitHub
parent a4109cd4c7
commit f7423433d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,17 +9,17 @@
-fx-text-fill: #dadada; -fx-text-fill: #dadada;
/* javafx elements */ /* javafx elements */
-fx-accent: #25b135; -fx-accent: #0b65da;
-fx-box-border: transparent; -fx-box-border: transparent;
-fx-focus-color: #2ea33c; -fx-focus-color: -fx-accent;
-fx-faint-focus-color: #2ea33c; -fx-faint-focus-color: #0f87c3;
-fx-selection-bar: #1a6e1e; -fx-selection-bar: #4181d4;
-fx-selection-bar-non-focused: #2a7e2e; -fx-selection-bar-non-focused: -fx-selection-bar;
-fx-default-button: derive(-fx-accent, 95%); -fx-default-button: derive(-fx-accent, 95%);
/* haveno main colors */ /* haveno main colors */
-bs-color-primary: #25b135; -bs-color-primary: #0b65da;
-bs-color-primary-dark: #2ea33c; -bs-color-primary-dark: #0c59bd;
-bs-text-color: #dadada; -bs-text-color: #dadada;
-bs-background-color: #29292a; -bs-background-color: #29292a;
-bs-background-gray: #2B2B2B; -bs-background-gray: #2B2B2B;