From 052f17fd802aa9d68ddde9a908c1a8e4262c9de5 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 15 Apr 2024 14:50:27 -0500 Subject: [PATCH] Fix sidebar color for Kubuntu. --- debian/changelog | 6 ++++++ kubuntu/branding/kubuntu/branding.desc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 713dfeb..ee7022f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:24.04.29) UNRELEASED; urgency=medium + + * Change Kubuntu's Calamares sidebar color. + + -- Aaron Rainbolt Mon, 15 Apr 2024 15:49:38 -0400 + calamares-settings-ubuntu (1:24.04.28) noble; urgency=medium * Run apt updates before installing packages. (LP: #2061150) diff --git a/kubuntu/branding/kubuntu/branding.desc b/kubuntu/branding/kubuntu/branding.desc index d1aee10..92e2ff4 100644 --- a/kubuntu/branding/kubuntu/branding.desc +++ b/kubuntu/branding/kubuntu/branding.desc @@ -24,6 +24,6 @@ slideshow: "show.qml" slideshowAPI: 1 style: - SidebarBackground: "#808080" + SidebarBackground: "#74808C" SidebarText: "#FFFFFF" SidebarTextCurrent: "#0068C8"