Skip to content

Commit

Permalink
fix: selected row text color
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWysokinski authored Sep 3, 2024
1 parent 77a4d4b commit eff50ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/DarkTheme/JabRef-black/JabRef-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit eff50ef

Please sign in to comment.