mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
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:
@@ -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 ----
|
||||
|
||||
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user