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

@@ -275,7 +275,7 @@ TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground
#---- Table ----
Table.gridColor=lighten($Table.background,3%)
Table.gridColor=lighten($Table.background,5%)
#---- TableHeader ----

View File

@@ -287,7 +287,7 @@ TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground
#---- Table ----
Table.gridColor=darken($Table.background,3%)
Table.gridColor=darken($Table.background,5%)
#---- TableHeader ----