diff --git a/config/themes/tranquil.qml b/config/themes/tranquil.qml index 80efa4a..d621608 100644 --- a/config/themes/tranquil.qml +++ b/config/themes/tranquil.qml @@ -57,9 +57,9 @@ QtObject { readonly property color statsBorder: border readonly property color statsCpuColor: "#ffb09de8" // Lavender bloom readonly property color statsMemColor: "#ff89a4fa" // Soft periwinkle blue - readonly property color statsDiskColor: "#ff94d5e2" // Cool sky teal + readonly property color statsDiskColor: "#ff7eb8d4" // Muted twilight blue readonly property color statsTrackColor: "#15ffffff" - readonly property color statsCpuTempColor: "#fff38ba8" // Warm rose + readonly property color statsCpuTempColor: "#ffcf8fbd" // Mauve rose readonly property color statsGpuColor: "#ffcba6f7" // Soft violet @@ -70,7 +70,7 @@ QtObject { readonly property color sysInfoCpuColor: statsCpuColor readonly property color sysInfoMemColor: statsMemColor readonly property color sysInfoDiskColor: statsDiskColor - readonly property color sysInfoCpuTempColor: "#fff38ba8" + readonly property color sysInfoCpuTempColor: "#ffcf8fbd" readonly property color sysInfoGpuColor: statsGpuColor readonly property color sysInfoTrackColor: statsTrackColor @@ -86,7 +86,7 @@ QtObject { readonly property color volTrack: "#22ffffff" readonly property color volHandle: accent readonly property color volHandleBorder: "#33ffffff" - readonly property color volMuteBg: "#33f38ba8" + readonly property color volMuteBg: "#33cf8fbd" readonly property color volPickerHover: "#15b09de8" // ── Volume Limit Buttons ──────────────────────────────────────────────── @@ -150,10 +150,10 @@ QtObject { readonly property color netWiredErrBg: Qt.alpha(statusErr, 0.12) readonly property color netWiredOkBorder: Qt.alpha(statusOk, 0.4) readonly property color netWiredErrBorder: Qt.alpha(statusErr, 0.4) - readonly property color netWifiIconOk: "#ffb4c9a1" // soft sage green - readonly property color netWifiIconErr: "#fff38ba8" // soft rose pink - readonly property color netEthIconOk: "#ffb4c9a1" - readonly property color netEthIconErr: "#fff38ba8" + readonly property color netWifiIconOk: "#ff9dc4e8" // soft sky periwinkle + readonly property color netWifiIconErr: "#ffcf8fbd" // muted mauve rose + readonly property color netEthIconOk: "#ff9dc4e8" // soft sky periwinkle + readonly property color netEthIconErr: "#ffcf8fbd" // muted mauve rose // ── Calendar Popup ───────────────────────────────────────────────────────── readonly property color calCardBg: bgPopup @@ -178,10 +178,10 @@ QtObject { readonly property color weatherAccent: accent readonly property color weatherTextMain: textMain readonly property color weatherTextDim: textDim - readonly property color weatherTempColor: "#fff38ba8" - readonly property color weatherFeelsColor: "#ffcba6f7" - readonly property color weatherHumidColor: "#ff89a4fa" - readonly property color weatherWindColor: "#ff94d5e2" + readonly property color weatherTempColor: "#ffcf8fbd" // Mauve rose — warm temperature + readonly property color weatherFeelsColor: "#ffb09de8" // Lavender bloom — feels like + readonly property color weatherHumidColor: "#ff89a4fa" // Periwinkle — humidity + readonly property color weatherWindColor: "#ff9dc4e8" // Sky periwinkle — wind // ── Workspace Module ─────────────────────────────────────────────────────── readonly property color wsPanelBg: bgPanel @@ -226,10 +226,10 @@ QtObject { readonly property color launcherModeActiveBg: accent // ── Status Colors ────────────────────────────────────────────────────────── - readonly property color statusOk: "#ffb4c9a1" // Sage green - readonly property color statusWarn: "#ffe8c57a" // Muted amber - readonly property color statusErr: "#fff38ba8" // Soft rose - readonly property color statusInfo: "#ff89a4fa" // Periwinkle blue + readonly property color statusOk: "#ff9dc4e8" // Sky periwinkle — moonlit calm + readonly property color statusWarn: "#ffcba6f7" // Soft violet — hazy dusk caution + readonly property color statusErr: "#ffcf8fbd" // Mauve rose — muted alarm + readonly property color statusInfo: "#ff89a4fa" // Periwinkle blue — twilight info // ── Notifications Module ─────────────────────────────────────────────────── readonly property color notifBg: bgPanel @@ -238,7 +238,7 @@ QtObject { readonly property color notifBorderActive: accent readonly property color notifIcon: textMain readonly property color notifIconActive: accent - readonly property color notifBadgeBg: statusErr + readonly property color notifBadgeBg: statusErr // mauve rose badge readonly property color notifBadgeText: "#ffffffff" readonly property color notifSeparator: separator readonly property color notifDnd: separator @@ -281,8 +281,8 @@ QtObject { readonly property color cryptoLabel: textDim readonly property color cryptoValue: textMain - readonly property color cryptoUp: "#ffb4c9a1" // soft sage green - readonly property color cryptoDown: "#fff38ba8" // soft rose + readonly property color cryptoUp: "#ff9dc4e8" // ▲ sky periwinkle — gain + readonly property color cryptoDown: "#ffcf8fbd" // ▼ mauve rose — loss // Popup card readonly property color cryptoPopupBg: bgPopup @@ -328,13 +328,13 @@ QtObject { readonly property color polkitDivider: "#334a3d6e" // Supplementary message — error state - readonly property color polkitSuppErrBg: "#1af38ba8" - readonly property color polkitSuppErrBorder: "#44f38ba8" + readonly property color polkitSuppErrBg: "#1acf8fbd" // translucent mauve fill + readonly property color polkitSuppErrBorder: "#44cf8fbd" // mauve ring readonly property color polkitSuppErrText: statusErr // Supplementary message — info / ok state - readonly property color polkitSuppOkBg: "#1ab4c9a1" - readonly property color polkitSuppOkBorder: "#44b4c9a1" + readonly property color polkitSuppOkBg: "#1a9dc4e8" // translucent periwinkle fill + readonly property color polkitSuppOkBorder: "#449dc4e8" // periwinkle ring readonly property color polkitSuppOkText: statusOk // Fields