Skip to content

Draft: shell: Gray background-color for sidebar thumbnails :selected:active

Keith Bailey requested to merge kbailey4444/papers:sidebar-active-color into main

When a sidebar thumbnail's state is both selected and active, the background-color will be 'alpha(@light_5, .39)'.

Previously the background-color was: $view_selected_active_color: gtkalpha($accent_bg_color, .39);

This changes the background-color from blue to gray.

Closes #36

Merge request reports