Skip to content

Commit

Permalink
Tweak light/dark theme CSS colors for trade chat state messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Sep 11, 2019
1 parent 14f8b2e commit 0c6b9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/src/main/java/bisq/desktop/theme-dark.css
Expand Up @@ -12,7 +12,7 @@
-fx-accent: #25b135;
-fx-box-border: #1d1d21;
-fx-focus-color: #2ea33c;
-fx-faint-focus-color: rgba(11, 76, 96, 0.13);
-fx-faint-focus-color: #0f87c3;
-fx-selection-bar: #1a6e1e;
-fx-selection-bar-non-focused: #2a7e2e;
-fx-default-button: derive(-fx-accent, 95%);
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/main/java/bisq/desktop/theme-light.css
Expand Up @@ -95,7 +95,7 @@
-bs-green-soft: derive(-bs-rd-green, 60%);
-bs-red-soft: derive(-bs-rd-error-red, 60%);
-fx-focus-color: -fx-accent;
-fx-faint-focus-color: #0f87c322;
-fx-faint-focus-color: #0f87c3;
-fx-selection-bar: #e1f5e3;
-fx-selection-bar-non-focused: -fx-selection-bar;
-fx-default-button: derive(-fx-accent, 95%);
Expand Down

0 comments on commit 0c6b9d0

Please sign in to comment.