File tree 3 files changed +21
-8
lines changed
3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Changed
10
10
11
+ - (Editor/UI): Scrollbar now matches palette colours directly (` surface0 ` by default, ` surface1 ` on hover.)
12
+
11
13
### Deprecated
12
14
13
15
### Removed
14
16
15
17
### Fixed
16
18
19
+ - (UI): Removed macOS scrollbar turning yellow on hover. I'm sorry to anyone who liked this behaviour, but it was not
20
+ supposed to exist in the first place.
21
+
17
22
### Security
18
23
19
24
## 3.3.5 - 2024-11-01
Original file line number Diff line number Diff line change 70
70
<option name =" SELECTION_BACKGROUND" value =" {{isLatte (opacity surface2 0.4) (opacity surface2 0.6)}}" />
71
71
<option name =" SELECTION_FOREGROUND" value =" " />
72
72
<option name =" SEPARATOR_BELOW_COLOR" value =" " />
73
- <option name =" ScrollBar.hoverThumbColor" value =" {{opacity overlay0 0.4}}" />
74
- <option name =" ScrollBar.thumbColor" value =" {{opacity surface1 0.45}}" />
75
- <option name =" ScrollBar.Mac.hoverThumbColor" value =" {{opacity overlay0 0.4}}" />
76
- <option name =" ScrollBar.Mac.thumbColor" value =" {{opacity surface1 0.45}}" />
73
+ <option name =" ScrollBar.thumbColor" value =" {{surface0}}" />
74
+ <option name =" ScrollBar.thumbBorderColor" value =" {{surface0}}" />
75
+ <option name =" ScrollBar.hoverThumbColor" value =" {{surface1}}" />
76
+ <option name =" ScrollBar.hoverThumbBorderColor" value =" {{surface1}}" />
77
+ <option name =" ScrollBar.Mac.thumbColor" value =" {{surface0}}" />
78
+ <option name =" ScrollBar.Mac.thumbBorderColor" value =" {{surface0}}" />
79
+ <option name =" ScrollBar.Mac.hoverThumbColor" value =" {{surface1}}" />
80
+ <option name =" ScrollBar.Mac.hoverThumbBorderColor" value =" {{surface1}}" />
77
81
<option name =" TAB_UNDERLINE" value =" {{mauve}}" />
78
82
<option name =" TAB_UNDERLINE_INACTIVE" value =" {{text}}" />
79
83
<option name =" TEARLINE_COLOR" value =" {{surface0}}" />
Original file line number Diff line number Diff line change 335
335
"stopBackground" : " red"
336
336
},
337
337
"ScrollBar" : {
338
+ "thumbBorderColor" : " surface0" ,
339
+ "thumbColor" : " surface0" ,
340
+ "hoverThumbColor" : " surface1" ,
341
+ "hoverThumbBorderColor" : " surface1" ,
338
342
"Mac" : {
339
- "Transparent " : {
340
- "hoverThumbColor " : " secondaryAccentColor "
341
- } ,
342
- "hoverThumbColor " : " secondaryAccentColor "
343
+ "thumbBorderColor " : " surface0 " ,
344
+ "thumbColor " : " surface0 " ,
345
+ "hoverThumbColor" : " surface1 " ,
346
+ "hoverThumbBorderColor " : " surface1 "
343
347
}
344
348
},
345
349
"SearchEverywhere" : {
You can’t perform that action at this time.
0 commit comments