IntelliJ Themes: "Monocai" theme: fixed unreadable text color of default buttons (issue #693)

This commit is contained in:
Karl Tauber
2023-06-21 17:30:59 +02:00
parent 38695e9e16
commit 6f6a860887
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ FlatLaf Change Log
list. (issue #687)
- "Gradianto Midnight Blue" theme: Fixed color of ScrollBar track, which was
not visible. (issue #686)
- "Monocai" theme: Fixed unreadable text color of default buttons. (issue
#693)
## 3.1.1

View File

@@ -199,6 +199,7 @@ ToggleButton.endBackground = $ToggleButton.background
[Light_Flat]Component.accentColor = lazy(TabbedPane.underlineColor)
[Light_Flat]TableHeader.background = #E5E5E9
[Monocai]Button.default.foreground = #2D2A2F
[Monocai]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Monocai]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
@Monocai.acceleratorForeground = lazy(MenuItem.disabledForeground)