diff --git a/Assets/ColorScheme/Rosepine.json b/Assets/ColorScheme/Rosepine.json index 90a9630..4f3040d 100644 --- a/Assets/ColorScheme/Rosepine.json +++ b/Assets/ColorScheme/Rosepine.json @@ -4,7 +4,7 @@ "mOnPrimary": "#191724", "mSecondary": "#9ccfd8", "mOnSecondary": "#191724", - "mTertiary": "#31748f", + "mTertiary": "#c4a7e7", "mOnTertiary": "#191724", "mError": "#eb6f92", "mOnError": "#1f1d2e", diff --git a/Modules/Bar/MediaMini.qml b/Modules/Bar/MediaMini.qml index acbba5d..a061031 100644 --- a/Modules/Bar/MediaMini.qml +++ b/Modules/Bar/MediaMini.qml @@ -52,7 +52,7 @@ Row { width: mainContainer.width - Style.marginS * scaling height: 20 * scaling values: CavaService.values - fillColor: Color.mPrimary + fillColor: Color.mOnSurfaceVariant opacity: 0.4 } @@ -67,7 +67,7 @@ Row { width: mainContainer.width - Style.marginS * scaling height: mainContainer.height - Style.marginS * scaling values: CavaService.values - fillColor: Color.mPrimary + fillColor: Color.mOnSurfaceVariant opacity: 0.4 } } @@ -83,7 +83,7 @@ Row { width: mainContainer.width - Style.marginS * scaling height: mainContainer.height - Style.marginS * scaling values: CavaService.values - fillColor: Color.mPrimary + fillColor: Color.mOnSurfaceVariant opacity: 0.4 } } diff --git a/Modules/SettingsPanel/Tabs/AudioTab.qml b/Modules/SettingsPanel/Tabs/AudioTab.qml index 8dd0376..0a17d7f 100644 --- a/Modules/SettingsPanel/Tabs/AudioTab.qml +++ b/Modules/SettingsPanel/Tabs/AudioTab.qml @@ -224,12 +224,12 @@ ColumnLayout { NDivider { Layout.fillWidth: true Layout.topMargin: Style.marginL * scaling - Layout.bottomMargin: Style.marginM * scaling + Layout.bottomMargin: Style.marginXL * scaling } - // AudioService Visualizer Category + // Bar Mini Media player ColumnLayout { - spacing: Style.marginS * scaling + spacing: Style.marginL * scaling Layout.fillWidth: true NText { @@ -263,8 +263,8 @@ ColumnLayout { // Divider NDivider { Layout.fillWidth: true - Layout.topMargin: Style.marginL * scaling - Layout.bottomMargin: Style.marginM * scaling + Layout.topMargin: Style.marginXL * scaling + Layout.bottomMargin: Style.marginXL * scaling } // AudioService Visualizer Category diff --git a/Modules/SettingsPanel/Tabs/GeneralTab.qml b/Modules/SettingsPanel/Tabs/GeneralTab.qml index 8da9077..1cb1878 100644 --- a/Modules/SettingsPanel/Tabs/GeneralTab.qml +++ b/Modules/SettingsPanel/Tabs/GeneralTab.qml @@ -76,8 +76,8 @@ ColumnLayout { NDivider { Layout.fillWidth: true - Layout.topMargin: Style.marginL * 2 * scaling - Layout.bottomMargin: Style.marginL * scaling + Layout.topMargin: Style.marginXL * scaling + Layout.bottomMargin: Style.marginXL * scaling } ColumnLayout { @@ -160,7 +160,7 @@ ColumnLayout { NDivider { Layout.fillWidth: true - Layout.topMargin: Style.marginL * 2 * scaling + Layout.topMargin: Style.marginXL * scaling Layout.bottomMargin: Style.marginL * scaling }