SwingX: fixed striping background highlighting color (e.g. alternating table rows) in dark themes

Table: made grid lines slightly darker/lighter
This commit is contained in:
Karl Tauber
2020-12-07 12:28:31 +01:00
parent a1c7c29113
commit 81c35eab46
8 changed files with 33 additions and 4 deletions

View File

@@ -26,6 +26,11 @@ JXHeader.background=@background
JXHeader.startBackground=#4c5052
#---- HighlighterFactory ----
UIColorHighlighter.stripingBackground=lighten(@textComponentBackground,5%)
#---- Hyperlink ----
Hyperlink.linkColor=#589df6

View File

@@ -26,6 +26,11 @@ JXHeader.background=@background
JXHeader.startBackground=#fff
#---- HighlighterFactory ----
UIColorHighlighter.stripingBackground=darken(@textComponentBackground,5%)
#---- Hyperlink ----
Hyperlink.linkColor=$Component.linkColor