eric6/Styles/BreezeDark_NoSingleClick.qss

changeset 7522
e0e05a1b576f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric6/Styles/BreezeDark_NoSingleClick.qss	Sat Apr 11 14:13:25 2020 +0200
@@ -0,0 +1,24 @@
+/* Breeze Dark theme for Eric6
+ *
+ * Theme Notes:
+ *  - This theme is designed to work on top of the Fusion client style.
+ */
+
+QCheckBox, QRadioButton {
+    background:#484848;
+}
+
+QProgressBar:horizontal {
+    padding: 1px;
+    text-align: center;
+}
+QProgressBar::chunk:horizontal {
+    background: #5cad39;
+}
+
+* { 
+    selection-background-color: #5cad39;
+    selection-color: #ffffff;
+    
+    activate-on-singleclick: 0;
+}

eric ide

mercurial