Table: slightly changed grid colors to make grid better recognizable (issue #514)

This commit is contained in:
Karl Tauber
2022-04-19 23:00:01 +02:00
parent b57e4c0565
commit af3e280d74
5 changed files with 6 additions and 4 deletions

View File

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

View File

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