mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user