src/eric7/Styles/BreezeDark_NoSingleClick.qss

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Styles/BreezeDark_NoSingleClick.qss	Thu Jul 07 11:23:56 2022 +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