File tree 1 file changed +23
-0
lines changed
app/src/main/resources/processing/app/laf 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # The default is 8, which creates tiny nubby scroll bars
2
+ ScrollBar.width = 16
3
+
4
+ TitlePane.inactiveForeground = # 000000
5
+
6
+
7
+ # Better matched for macOS dark mode (but using everywhere)
8
+ # https://github.com/JFormDesigner/FlatLaf/issues/497
9
+
10
+ [dark] @background = # 1e1e1e
11
+ [dark] @foreground = # e0e0e0
12
+ [dark] @accentColor = # 107aff
13
+ [dark] @accentFocusColor = # 176896
14
+
15
+ [dark] Component.arrowType = chevron
16
+
17
+ [dark] CheckBox.icon.style = filled
18
+ [dark] CheckBox.icon[filled].selectedBorderColor = @accentColor
19
+ [dark] CheckBox.icon[filled].selectedBackground = @accentColor
20
+ [dark] CheckBox.icon[filled].checkmarkColor = @foreground
21
+
22
+ [dark] RadioButton.icon.style = filled
23
+ [dark] RadioButton.icon[filled].centerDiameter = 6
You can’t perform that action at this time.
0 commit comments