@@ -234,12 +234,18 @@ Both the graph background and individual graph nodes are actually painted as a g
234234
235235#### Side Bar
236236
237- 1 . ` sidebarBackgroundColor `
238- 2 . ` sidebarInactiveIconColor `
239- 3 . ` sidebarActiveIconColor `
240- 4 . ` sidebarHeaderBackgroundColor `
241- 5 . ` sidebarHeaderTextColor `
242- 6 . ` sidebarWidgetBackgroundColor `
237+ 1 . ` sidebarBackgroundColor ` - Used to color the background of the sidebar itself
238+ 2 . ` sidebarInactiveIconColor ` - Used to color the icon of a sidebar that is not active
239+ 3 . ` sidebarHoverIconColor ` - Used to color the icon of a sidebar the mouse is currently hovering over
240+ 4 . ` sidebarActiveIconColor ` - Used to color the icon of a sidebar that is active
241+ 5 . ` sidebarFocusedIconColor ` - Used to color the icon of a sidebar that has the keyboard focus
242+ 6 . ` sidebarHoverBackgroundColor ` - Used to color a rounded rectangle behind the icon of a sidebar the mouse is currently hovering over
243+ 7 . ` sidebarActiveBackgroundColor ` - Used to color a rounded rectangle behind the icon of a sidebar that is active
244+ 8 . ` sidebarFocusedBackgroundColor ` - Used to color a rounded rectangle behind the icon of a sidebar that has the keyboard focus
245+ 9 . ` sidebarActiveIndicatorLineColor ` - Used to show a vertical line next to a sidebar that is currently active
246+ 10 . ` sidebarHeaderBackgroundColor ` - Used to color the background of the sidebar header
247+ 11 . ` sidebarHeaderTextColor ` - Used to color the text in the sidebar header
248+ 12 . ` sidebarWidgetBackgroundColor ` - Used to color the background of each sidebar widget
243249
244250#### Mini-Graph
245251
@@ -264,6 +270,7 @@ The image above shows an active pane on the left and an inactive pane on the rig
264270
2652711 . ` activePaneBackgroundColor ` - Used to color the background of a pane that is active
2662722 . ` inactivePaneBackgroundColor ` - Used to color the background of a pane that is inactive
273+ 3 . ` focusedPaneBackgroundColor ` - Used to color the background of a pane that has the keyboard focus, not shown in picture above
267274
268275#### Status Bar
269276
0 commit comments