eric7/Styles/eric7_Dark_Green.qss

branch
eric7
changeset 8903
171bf310cc4c
parent 8889
0fe88de52cb2
child 8913
6fcb81c39205
--- a/eric7/Styles/eric7_Dark_Green.qss	Wed Jan 05 14:26:11 2022 +0100
+++ b/eric7/Styles/eric7_Dark_Green.qss	Wed Jan 05 16:50:36 2022 +0100
@@ -2,7 +2,7 @@
 /* == This entry is handled by eric == */
 QPalette {
   alternate-base: #0f120f;
-  base: #444444;
+  base: #3a3a3a;
   text: #fcfcfc;
   bright-text: #ffffff;
   placeholder-text: #9d9d9d;
@@ -12,7 +12,7 @@
   tooltip-text: #fcfcfc;
   button: #1b201b;
   button-text: #fcfcfc;
-  highlight: #509330;
+  highlight: #407540;
   highlighted-text: #e1e1e1;
   link: #c6ebc6;
   link-visited: #ebebc6
@@ -22,7 +22,7 @@
 * {
   outline: 0px;
   color: #fcfcfc;
-  selection-background-color: #509330;
+  selection-background-color: #407540;
   selection-color: #ffffff;
 }
 
@@ -47,12 +47,12 @@
 QWidget:disabled {
   background-color: #1b201b;
   color: #9d9d9d;
-  selection-background-color: #509330;
+  selection-background-color: #407540;
   selection-color: #e1e1e1;
 }
 
 QWidget::item:selected {
-  background-color: #509330;
+  background-color: #407540;
 }
 
 /* ===================== QMainWindow ======================== */
@@ -86,7 +86,7 @@
 
 QLineEdit, QTextEdit, QPlainTextEdit, QSpinBox, QDoubleSpinBox, QComboBox,
 QDateEdit, QTimeEdit, QDateTimeEdit {
-  background-color: #444444;
+  background-color: #3a3a3a;
   border: 1px solid #6b7e6b;
   border-radius: 4px;
   padding-left: 4px;
@@ -169,13 +169,13 @@
   padding: 4px;
   background: transparent;
   border: 0px solid #6b7e6b;
-  background-color: #509330;
+  background-color: #407540;
 }
 
 QMenuBar::item:pressed {
   padding: 4px;
   border: 0px solid #6b7e6b;
-  background-color: #509330;
+  background-color: #407540;
   color: #fcfcfc;
   margin-bottom: 0px;
   padding-bottom: 0px;
@@ -205,19 +205,19 @@
 QMenu::tearoff:selected {
   border-top: 2px dashed #bbdcbb;
   border-bottom: 2px dashed #bbdcbb;
-  background: #509330;
+  background: #407540;
   background-clip: margin;
 }
 
 QMenu::item:selected {
   color: #fcfcfc;
   border: 0px solid #6b7e6b;
-  background: #509330;
+  background: #407540;
 }
 
 QMenu::item:checked {
   color: #fcfcfc;
-  border: 1px solid #509330;
+  border: 1px solid #407540;
   border-radius: 4px;
   background: #2a322a;
 }
@@ -334,10 +334,10 @@
 
 QProgressBar {
   min-height: 10px;
-  background: #444444;
+  background: #3a3a3a;
   border-radius: 1px;
   text-align: center;
-  border: 1px solid #444444;
+  border: 1px solid #3a3a3a;
   border-radius: 4px;
 }
 
@@ -459,7 +459,7 @@
   border:1px solid #6b7e6b;
   alternate-background-color:#0f120f;
   gridline-color:#242424;
-  background:#444444;
+  background:#3a3a3a;
 }
 QTabWidget::pane:selected {
   background-color: #455364;
@@ -565,7 +565,7 @@
 QListView::item:selected,
 QTableView::item:selected,
 QColumnView::item:selected{
-  background-color: #509330;
+  background-color: #407540;
 }
 
 QTreeView::item:hover,
@@ -659,7 +659,7 @@
 /* ===================== QSlider ======================== */
 
 QSlider::groove:horizontal {
-  background-color: #444444;
+  background-color: #3a3a3a;
   height: 6px;
   border-radius: 2px;
 }
@@ -684,7 +684,7 @@
 }
 
 QSlider::groove:vertical {
-  background-color: #444444;
+  background-color: #3a3a3a;
   width: 6px;
   border-radius: 2px;
 }
@@ -712,10 +712,11 @@
 
 QScrollBar:horizontal,
 QScrollBar:horizontal:disabled {
-  background: #444444;
+  background: #3a3a3a;
   padding: 0px;
-  max-height: 12px;
-  border-radius: 4py;
+  max-height: 14px;
+  border: 1px solid #467e2a;
+  border-radius: 7px;
   margin: 0px 12px 0px 12px
 }
 
@@ -786,9 +787,11 @@
 
 QScrollBar:vertical,
 QScrollBar:vertical:disabled {
-  background: #444444;
+  background: #3a3a3a;
   padding: 0px;
-  max-width: 12px;
+  max-width: 14px;
+  border: 1px solid #467e2a;
+  border-radius: 7px;
   margin: 12px 0px 12px 0px
 }
 
@@ -952,14 +955,14 @@
 /* ===================== QGraphicsView ======================== */
 
 QGraphicsView {
-  background-color: #444444;
+  background-color: #3a3a3a;
   border: 1px solid #6b7e6b;
   color: #ffffff;
   border-radius: 2px;
 }
 
 QGraphicsView:disabled {
-  background-color: #444444;
+  background-color: #3a3a3a;
   border: 1px solid #6b7e6b;
   color: #556455;
   border-radius: 2px;
@@ -1268,7 +1271,7 @@
 /* ===================== QAbstractSpinBox ======================== */
 
 QAbstractSpinBox {
-  background-color: #444444;
+  background-color: #3a3a3a;
   border: 1px solid #6b7e6b;
   color: #E0E1E3;
   padding-top: 2px;
@@ -1332,7 +1335,7 @@
   background-color: #2a322a;
   border: 1px solid #6b7e6b;
   border-radius: 4px;
-  padding: 1px;
+  padding: 2px;
 }
 
 QToolButton:checked {
@@ -1427,6 +1430,10 @@
   padding: 2px;
 }
 
+QPushButton:default {
+  border: 2px solid #467e2a;
+}
+
 QPushButton:checked {
   background-color: #566656;
   border: 1px solid #6b7e6b;
@@ -1500,7 +1507,7 @@
 }
 
 QToolBar QToolButton, QToolButton:pressed {
-    border: none
+  border: none
 }
 
 /* ===================== QCommandLinkButton ======================== */

eric ide

mercurial