Browse Source

UI: Make list selection in dark theme more visible

When an item is selected but not focused, it would be too similar to the
non-selected color.
jp9000 10 years ago
parent
commit
7014076169
1 changed files with 5 additions and 0 deletions
  1. 5 0
      obs/data/themes/Dark.qss

+ 5 - 0
obs/data/themes/Dark.qss

@@ -61,6 +61,11 @@ QMenuBar::item {
     background-color: rgb(58,57,58); /* dark */
 }
 
+QListWidget::item:selected:!active {
+    color: rgb(255, 255, 255);
+    background-color: rgb(48,47,48);
+}
+
 
 /* Group Box */