Theming improvements:

- renamed `@disabledText` to `@disabledForeground`
- renamed `@textComponentBackground` to `@componentBackground`
- renamed `@textComponentMargin` to `@componentMargin`
- added `@disabledBackground`

(Note: this are incompatible changes!)
This commit is contained in:
Karl Tauber
2021-10-03 23:15:51 +02:00
parent 4db39828ef
commit f0c314df80
9 changed files with 78 additions and 67 deletions

View File

@@ -52,7 +52,7 @@ FlatThemeEditorPane.style.comment.italic = true
FlatThemeEditorPane.gutter.background = $FlatThemeEditorPane.background
FlatThemeEditorPane.gutter.borderColor = $Component.borderColor
FlatThemeEditorPane.gutter.lineNumberColor = @disabledText
FlatThemeEditorPane.gutter.lineNumberColor = @disabledForeground
#---- FlatThemeEditorPane.errorstrip ----

View File

@@ -52,7 +52,7 @@ FlatThemeEditorPane.style.comment.italic = true
FlatThemeEditorPane.gutter.background = $FlatThemeEditorPane.background
FlatThemeEditorPane.gutter.borderColor = $Component.borderColor
FlatThemeEditorPane.gutter.lineNumberColor = @disabledText
FlatThemeEditorPane.gutter.lineNumberColor = @disabledForeground
#---- FlatThemeEditorPane.errorstrip ----