Move back to individual settings for scrollbar

We need to split out the color settings so that they can be set in
themes anyway, so ...
This commit is contained in:
Kovid Goyal
2025-09-14 17:48:59 +05:30
parent 6caa550efd
commit 80260e6eb1
15 changed files with 372 additions and 231 deletions

View File

@@ -310,6 +310,8 @@ var AllColorSettingNames = map[string]bool{ // {{{
"mark2_foreground": true,
"mark3_background": true,
"mark3_foreground": true,
"scrollbar_handle_color": true,
"scrollbar_track_color": true,
"selection_background": true,
"selection_foreground": true,
"tab_bar_background": true,