Fix Ubuntu Studio sidebar colors

This commit is contained in:
Erich Eickmeyer 2023-03-20 11:49:03 -07:00
parent 74168eea8b
commit 87c224b44f

View File

@ -25,6 +25,7 @@ slideshow: "show.qml"
slideshowAPI: 1 slideshowAPI: 1
style: style:
SidebarBackground: "#2d2d2d" SidebarBackground: "#1E1E1E"
SidebarText: "#FFFFFF" SidebarText: "#BBBBBB"
SidebarTextSelect: "#4285F4" SidebarTextCurrent: "#FFFFFF"
SidebarBackgroundCurrent: "#121212"