Fixed an invalid entry in Lubuntu's branding.desc

This commit is contained in:
Aaron Rainbolt 2023-03-20 18:01:25 -05:00
parent 9f711d1952
commit 7df7fd8d36
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
calamares-settings-ubuntu (1:23.04.11) lunar; urgency=medium
* Fixed an invalid "SidebarTextSelect" field in Lubuntu's branding.desc -
this is now called "SidebarTextCurrent".
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 20 Mar 2023 17:47:40 -0500
calamares-settings-ubuntu (1:23.04.10) lunar; urgency=medium
* Fix Ubuntu Studio sidebar colors

View File

@ -26,4 +26,4 @@ slideshowAPI: 1
style:
SidebarBackground: "#808080"
SidebarText: "#FFFFFF"
SidebarTextSelect: "#0068C8"
SidebarTextCurrent: "#0068C8"