List: cellNoFocusBorder, focusCellHighlightBorder and focusSelectedCellHighlightBorder added

This commit is contained in:
Karl Tauber
2019-08-30 17:15:08 +02:00
parent 5afacb6c1a
commit 95bd83db5e
7 changed files with 147 additions and 22 deletions

View File

@@ -17,6 +17,7 @@
#---- variables ----
@background=ccffcc
@selectionBackground=00aa00
@textComponentBackground=ffffff
@icon=afafaf
@@ -30,8 +31,8 @@
*.caretForeground=0000ff
*.inactiveBackground=f0f0f0
*.inactiveForeground=000088
*.selectionBackground=4B6EAF
*.selectionForeground=00ff00
*.selectionBackground=@selectionBackground
*.selectionForeground=ffff00
*.disabledBackground=e0e0e0
*.disabledForeground=000088
*.disabledText=000088
@@ -94,6 +95,13 @@ Label.foreground=008800
Label.disabledForeground=000088
#---- List ----
List.cellNoFocusBorder=1,6,1,6
List.focusSelectedCellHighlightBorder=1,6,1,6,880000
List.focusCellHighlightBorder=1,6,1,6,880000
#---- ProgressBar ----
ProgressBar.background=88ff88