diff --git a/debian/calamares-settings-ubuntustudio.install b/debian/calamares-settings-ubuntustudio.install index fcdbca3..a35589e 100644 --- a/debian/calamares-settings-ubuntustudio.install +++ b/debian/calamares-settings-ubuntustudio.install @@ -4,3 +4,4 @@ ubuntustudio/modules/ etc/calamares/ ubuntustudio/settings.conf etc/calamares/ ubuntustudio/ubuntustudio-calamares.desktop usr/share/applications/ ubuntustudio/kded_device_automounterrc etc/xdg +ubuntustudio/calamaresrc etc/xdg diff --git a/debian/changelog b/debian/changelog index 35e9e88..e279c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:22.04.4) jammy; urgency=medium + + * Change calamares to use Ubuntu Studio Light colors + + -- Erich Eickmeyer Thu, 24 Mar 2022 09:50:18 -0700 + calamares-settings-ubuntu (1:22.04.3) jammy; urgency=medium * Fix for kded automount issue (LP: #1965658) diff --git a/ubuntustudio/calamaresrc b/ubuntustudio/calamaresrc new file mode 100644 index 0000000..eaf19f6 --- /dev/null +++ b/ubuntustudio/calamaresrc @@ -0,0 +1,119 @@ +[ColorEffects:Disabled] +Color=56,56,56 +ColorAmount=0 +ColorEffect=0 +ContrastAmount=0.65 +ContrastEffect=1 +IntensityAmount=0.1 +IntensityEffect=2 + +[ColorEffects:Inactive] +ChangeSelectionColor=true +Color=112,111,110 +ColorAmount=0.025 +ColorEffect=2 +ContrastAmount=0.1 +ContrastEffect=2 +Enable=false +IntensityAmount=0 +IntensityEffect=0 + +[Colors:Button] +BackgroundAlternate=163,212,250 +BackgroundNormal=246,245,244 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=112,125,138 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,41 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[Colors:Complementary] +BackgroundAlternate=27,30,32 +BackgroundNormal=42,46,50 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=161,169,177 +ForegroundLink=29,153,243 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[Colors:Selection] +BackgroundAlternate=163,212,250 +BackgroundNormal=53,132,228 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=112,125,138 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=255,255,255 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[Colors:Tooltip] +BackgroundAlternate=234,231,229 +BackgroundNormal=246,245,244 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=112,125,138 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,41 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[Colors:View] +BackgroundAlternate=246,245,244 +BackgroundNormal=255,255,255 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=112,125,138 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,41 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[Colors:Window] +BackgroundAlternate=227,229,231 +BackgroundNormal=234,231,229 +DecorationFocus=53,132,228 +DecorationHover=53,132,228 +ForegroundActive=53,132,228 +ForegroundInactive=112,125,138 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,41 +ForegroundPositive=39,174,96 +ForegroundVisited=155,89,182 + +[General] +ColorScheme=UbuntuStudioLight +Name=Ubuntu Studio Light +shadeSortColumn=true + +[KDE] +contrast=4 + +[WM] +activeBackground=234,231,229 +activeBlend=227,229,231 +activeForeground=35,38,41 +inactiveBackground=234,231,229 +inactiveBlend=234,231,229 +inactiveForeground=112,125,138