Browse Source

UI/themes: Fix control button pressed color in Rachni theme

shiina424 1 year ago
parent
commit
5ccab9c65b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      UI/data/themes/Yami_Rachni.ovt

+ 10 - 0
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);
+}