Skip to content

Commit

Permalink
Merge pull request bisq-network#3803 from ripcurlx/fix-dark-mode-issues
Browse files Browse the repository at this point in the history
Improve dark mode styles
  • Loading branch information
sqrrm authored Dec 19, 2019
2 parents 334ebfc + 7c190ca commit 0efbe06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions desktop/src/main/java/bisq/desktop/bisq.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
-fx-background-color: -bs-rd-error-red;
}

.jfx-progress-bar > .track {
-fx-background-color: -bs-progress-bar-track;
}

.jfx-spinner {
-jfx-radius: 10;
}
Expand Down Expand Up @@ -2049,4 +2053,8 @@ textfield */
-fx-text-fill: -bs-text-color;
}

.popover > .border {
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-transparent-dark) !important;
-fx-fill: -bs-background-color !important;
}

2 changes: 1 addition & 1 deletion desktop/src/main/java/bisq/desktop/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
-bs-cancel: #1d1d21;
-bs-cancel-focus: black;
-bs-cancel-hover: #050506;

-bs-green-soft: derive(-bs-rd-green, 60%);
-bs-red-soft: derive(-bs-rd-error-red, 60%);
-bs-progress-bar-track: #272728;
}

/* list view */
Expand Down
1 change: 1 addition & 0 deletions desktop/src/main/java/bisq/desktop/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@
-fx-selection-bar: #e1f5e3;
-fx-selection-bar-non-focused: -fx-selection-bar;
-fx-default-button: derive(-fx-accent, 95%);
-bs-progress-bar-track: #e0e0e0;
}

0 comments on commit 0efbe06

Please sign in to comment.