macOS themes: fixed ToolBar.hoverButtonGroupArc

This commit is contained in:
Karl Tauber
2023-11-01 12:57:07 +01:00
parent 69899ec29f
commit 8d8b9f3e98
4 changed files with 12 additions and 2 deletions

View File

@@ -295,3 +295,8 @@ ToggleButton.disabledBackground = $Button.disabledBackground
ToggleButton.selectedBackground = lighten($ToggleButton.background,20%,derived)
ToggleButton.toolbar.selectedBackground = #fff3
#---- ToolBar ----
ToolBar.hoverButtonGroupArc = 14

View File

@@ -291,3 +291,8 @@ TextPane.selectionForeground = @textSelectionForeground
#---- ToggleButton ----
ToggleButton.disabledBackground = $Button.disabledBackground
#---- ToolBar ----
ToolBar.hoverButtonGroupArc = 14

View File

@@ -1355,7 +1355,7 @@ ToolBar.font [active] $defaultFont [UI]
ToolBar.foreground #dddddd HSL 0 0 87 javax.swing.plaf.ColorUIResource [UI]
ToolBar.gripColor #cecece HSL 0 0 81 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #bfbfbf19 10% HSLA 0 0 75 10 javax.swing.plaf.ColorUIResource [UI]
ToolBar.hoverButtonGroupArc 8
ToolBar.hoverButtonGroupArc 14
ToolBar.hoverButtonGroupBackground #262626 HSL 0 0 15 com.formdev.flatlaf.util.DerivedColor [UI] lighten(3% autoInverse)
ToolBar.isRollover true
ToolBar.light #cccccc19 10% HSLA 0 0 80 10 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1359,7 +1359,7 @@ ToolBar.font [active] $defaultFont [UI]
ToolBar.foreground #262626 HSL 0 0 15 javax.swing.plaf.ColorUIResource [UI]
ToolBar.gripColor #b4b4b4 HSL 0 0 71 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #40404026 15% HSLA 0 0 25 15 javax.swing.plaf.ColorUIResource [UI]
ToolBar.hoverButtonGroupArc 8
ToolBar.hoverButtonGroupArc 14
ToolBar.hoverButtonGroupBackground #eeeeee HSL 0 0 93 com.formdev.flatlaf.util.DerivedColor [UI] darken(3% autoInverse)
ToolBar.isRollover true
ToolBar.light #1f1f1f26 15% HSLA 0 0 12 15 javax.swing.plaf.ColorUIResource [UI]