浏览代码

Merge pull request #1396 from RytoEX/dark-theme-fixes

UI: Fix disabled items in Dark theme being too light
Jim 7 年之前
父节点
当前提交
a5d740373c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      UI/data/themes/Dark.qss

+ 3 - 3
UI/data/themes/Dark.qss

@@ -55,9 +55,9 @@ OBSTheme {
 }
 
 OBSTheme::disabled {
-    text: rgb(200,199,200); /* lighter */
-    buttonText: rgb(200,199,200); /* lighter */
-    brightText: rgb(200,199,200); /* lighter */
+    text: rgb(122,121,122); /* light */
+    buttonText: rgb(122,121,122); /* light */
+    brightText: rgb(122,121,122); /* light */
 }
 
 OBSTheme::inactive {