From eff50efeaeb7c6b9fe87c470fd86159cbbc3f56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wysoki=C5=84ski?= <42808557+AdamWysokinski@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:53:29 +0200 Subject: [PATCH] fix: selected row text color --- themes/DarkTheme/JabRef-black/JabRef-black.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/DarkTheme/JabRef-black/JabRef-black.css b/themes/DarkTheme/JabRef-black/JabRef-black.css index d2dc93c..58900a2 100644 --- a/themes/DarkTheme/JabRef-black/JabRef-black.css +++ b/themes/DarkTheme/JabRef-black/JabRef-black.css @@ -4,8 +4,8 @@ -jr-selected: -jr-accent; -jr-hover: #fff5; - -jr-row-odd-background: #444444; - -jr-row-even-background: #666666; + -jr-row-odd-background: #101010; + -jr-row-even-background: #080808; -jr-accent-alt: -jr-accent; -jr-red: #b71c; @@ -34,7 +34,7 @@ -fx-control-inner-background-alt: -fx-control-inner-background; - -fx-dark-text-color: black; + -fx-dark-text-color: white; -fx-mid-text-color: #888888; -fx-light-text-color: #bbbbbb; -jr-separator: #888888;