diff --git a/app/src/processing/app/laf/FlatLaf.properties b/app/src/processing/app/laf/FlatLaf.properties index 181041155..21313b4fd 100644 --- a/app/src/processing/app/laf/FlatLaf.properties +++ b/app/src/processing/app/laf/FlatLaf.properties @@ -1,2 +1,18 @@ defaultFont = 14 "Processing Sans Pro", "Open Sans", "Noto Sans", Roboto, Arial -ScrollBar.width = 24 \ No newline at end of file + +ScrollBar.width = 24 + +[mac]@background = #1e1e1e +[mac]@foreground = #e0e0e0 +[mac]@accentColor = #107aff +[mac]@accentFocusColor = #176896 + +[mac]Component.arrowType = chevron + +[mac]CheckBox.icon.style = filled +[mac]CheckBox.icon[filled].selectedBorderColor = @accentColor +[mac]CheckBox.icon[filled].selectedBackground = @accentColor +[mac]CheckBox.icon[filled].checkmarkColor = @foreground + +[mac]RadioButton.icon.style = filled +[mac]RadioButton.icon[filled].centerDiameter = 6 \ No newline at end of file