From 5ccab9c65be47d19a5daa8a73b798fb0f6fc8e71 Mon Sep 17 00:00:00 2001 From: shiina424 Date: Sun, 13 Oct 2024 21:37:00 +0900 Subject: [PATCH] UI/themes: Fix control button pressed color in Rachni theme --- UI/data/themes/Yami_Rachni.ovt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UI/data/themes/Yami_Rachni.ovt b/UI/data/themes/Yami_Rachni.ovt index bb0b2b0c9..ed653a469 100644 --- a/UI/data/themes/Yami_Rachni.ovt +++ b/UI/data/themes/Yami_Rachni.ovt @@ -219,3 +219,13 @@ VolumeMeter { qproperty-majorTickColor: palette(window-text); qproperty-minorTickColor: palette(mid); } + +/* Primary Control Button Checked Coloring */ +#streamButton:!hover:!pressed:checked, +#recordButton:!hover:!pressed:checked, +#replayBufferButton:!hover:!pressed:checked, +#virtualCamButton:!hover:!pressed:checked, +#modeSwitch:!hover:!pressed:checked, +#broadcastButton:!hover:!pressed:checked { + background: var(--primary_light); +}