From f7423433d61de9bf484bdaf0e76c2eb7c199de1e Mon Sep 17 00:00:00 2001 From: Vinicius Oliveira Date: Wed, 26 Apr 2023 21:48:15 -0300 Subject: [PATCH] Updated dark theme colors. (#604) --- .../src/main/java/haveno/desktop/theme-dark.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/theme-dark.css b/desktop/src/main/java/haveno/desktop/theme-dark.css index f3d1f8ab21..8616b3cafc 100644 --- a/desktop/src/main/java/haveno/desktop/theme-dark.css +++ b/desktop/src/main/java/haveno/desktop/theme-dark.css @@ -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;