diff --git a/obs/data/themes/Dark.qss b/obs/data/themes/Dark.qss index 03aba197d..35d9583a1 100644 --- a/obs/data/themes/Dark.qss +++ b/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 */