From cb62225929ca0b74b903e94fba00944e594cb783 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 30 Apr 2022 10:15:30 -0400 Subject: [PATCH] adding better dark mode variants --- app/src/processing/app/laf/FlatLaf.properties | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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