mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 05:50:53 +03:00
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:
@@ -26,6 +26,11 @@ JXHeader.background=@background
|
||||
JXHeader.startBackground=#4c5052
|
||||
|
||||
|
||||
#---- HighlighterFactory ----
|
||||
|
||||
UIColorHighlighter.stripingBackground=lighten(@textComponentBackground,5%)
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=#589df6
|
||||
|
||||
@@ -26,6 +26,11 @@ JXHeader.background=@background
|
||||
JXHeader.startBackground=#fff
|
||||
|
||||
|
||||
#---- HighlighterFactory ----
|
||||
|
||||
UIColorHighlighter.stripingBackground=darken(@textComponentBackground,5%)
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=$Component.linkColor
|
||||
|
||||
Reference in New Issue
Block a user