A little less green in our gray.

merge-requests/7/head
Elliott Liggett 2021-11-18 13:13:54 -08:00
rodzic 1a03214f59
commit 13af5c0b1b
1 zmienionych plików z 69 dodań i 69 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
QToolTip { QToolTip {
border: 1px solid #76797C; border: 1px solid #767676;
background-color: #5A7566; background-color: #5A7566;
color: white; color: white;
padding: 0px; /*remove padding, for fix combobox tooltip.*/ padding: 0px; /*remove padding, for fix combobox tooltip.*/
@ -8,7 +8,7 @@ QToolTip {
QWidget { QWidget {
color: #eff0f1; color: #eff0f1;
background-color: #31363b; background-color: #313131;
selection-background-color: #3daee9; selection-background-color: #3daee9;
selection-color: #eff0f1; selection-color: #eff0f1;
background-clip: border; background-clip: border;
@ -34,7 +34,7 @@ QCheckBox {
} }
QCheckBox:disabled { QCheckBox:disabled {
color: #76797C; color: #767676;
} }
QCheckBox::indicator, QCheckBox::indicator,
@ -105,7 +105,7 @@ QRadioButton {
} }
QRadioButton:disabled { QRadioButton:disabled {
color: #76797C; color: #767676;
} }
QRadioButton::indicator { QRadioButton::indicator {
@ -149,7 +149,7 @@ QRadioButton::indicator:unchecked:disabled {
} }
QMenuBar { QMenuBar {
background-color: #31363b; background-color: #313131;
color: #eff0f1; color: #eff0f1;
} }
@ -159,11 +159,11 @@ QMenuBar::item {
QMenuBar::item:selected { QMenuBar::item:selected {
background: transparent; background: transparent;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QMenuBar::item:pressed { QMenuBar::item:pressed {
border: 1px solid #76797C; border: 1px solid #767676;
background-color: #3daee9; background-color: #3daee9;
color: #eff0f1; color: #eff0f1;
margin-bottom: -1px; margin-bottom: -1px;
@ -171,7 +171,7 @@ QMenuBar::item:pressed {
} }
QMenu { QMenu {
border: 1px solid #76797C; border: 1px solid #767676;
color: #eff0f1; color: #eff0f1;
margin: 2px; margin: 2px;
} }
@ -248,11 +248,11 @@ QMenu::right-arrow {
QWidget:disabled { QWidget:disabled {
color: #454545; color: #454545;
background-color: #31363b; background-color: #313131;
} }
QAbstractItemView { QAbstractItemView {
alternate-background-color: #31363b; alternate-background-color: #313131;
color: #eff0f1; color: #eff0f1;
border: 1px solid #3A3939; border: 1px solid #3A3939;
border-radius: 2px; border-radius: 2px;
@ -274,7 +274,7 @@ QLineEdit {
background-color: #232629; background-color: #232629;
padding: 5px; padding: 5px;
border-style: solid; border-style: solid;
border: 1px solid #76797C; border: 1px solid #767676;
border-radius: 2px; border-radius: 2px;
color: #eff0f1; color: #eff0f1;
} }
@ -284,7 +284,7 @@ QAbstractItemView QLineEdit {
} }
QGroupBox { QGroupBox {
border: 1px solid #76797C; border: 1px solid #767676;
border-radius: 2px; border-radius: 2px;
margin-top: 20px; margin-top: 20px;
} }
@ -299,7 +299,7 @@ QGroupBox::title {
QAbstractScrollArea { QAbstractScrollArea {
border-radius: 2px; border-radius: 2px;
border: 1px solid #76797C; border: 1px solid #767676;
background-color: transparent; background-color: transparent;
} }
@ -426,7 +426,7 @@ QScrollBar::sub-page:vertical {
QTextEdit { QTextEdit {
background-color: #232629; background-color: #232629;
color: #eff0f1; color: #eff0f1;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QPlainTextEdit { QPlainTextEdit {
@ -434,14 +434,14 @@ QPlainTextEdit {
; ;
color: #eff0f1; color: #eff0f1;
border-radius: 2px; border-radius: 2px;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QHeaderView::section { QHeaderView::section {
background-color: #76797C; background-color: #767676;
color: #eff0f1; color: #eff0f1;
padding: 5px; padding: 5px;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QSizeGrip { QSizeGrip {
@ -451,24 +451,24 @@ QSizeGrip {
} }
QMainWindow::separator { QMainWindow::separator {
background-color: #31363b; background-color: #313131;
color: white; color: white;
padding-left: 4px; padding-left: 4px;
spacing: 2px; spacing: 2px;
border: 1px dashed #76797C; border: 1px dashed #767676;
} }
QMainWindow::separator:hover { QMainWindow::separator:hover {
background-color: #787876; background-color: #787876;
color: white; color: white;
padding-left: 4px; padding-left: 4px;
border: 1px solid #76797C; border: 1px solid #767676;
spacing: 2px; spacing: 2px;
} }
QMenu::separator { QMenu::separator {
height: 1px; height: 1px;
background-color: #76797C; background-color: #767676;
color: white; color: white;
padding-left: 4px; padding-left: 4px;
margin-left: 10px; margin-left: 10px;
@ -477,12 +477,12 @@ QMenu::separator {
QFrame { QFrame {
border-radius: 2px; border-radius: 2px;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QFrame[frameShape="0"] { QFrame[frameShape="0"] {
border-radius: 2px; border-radius: 2px;
border: 1px transparent #76797C; border: 1px transparent #767676;
} }
QStackedWidget { QStackedWidget {
@ -491,7 +491,7 @@ QStackedWidget {
QToolBar { QToolBar {
border: 1px transparent #393838; border: 1px transparent #393838;
background: 1px solid #31363b; background: 1px solid #313131;
font-weight: bold; font-weight: bold;
} }
@ -512,14 +512,14 @@ QToolBar::separator:vertical {
} }
QToolButton#qt_toolbar_ext_button { QToolButton#qt_toolbar_ext_button {
background: #58595a background: #585858
} }
QPushButton { QPushButton {
color: #eff0f1; color: #eff0f1;
background-color: #31363b; background-color: #313131;
border-width: 1px; border-width: 1px;
border-color: #76797C; border-color: #767676;
border-style: solid; border-style: solid;
padding: 5px; padding: 5px;
border-radius: 2px; border-radius: 2px;
@ -527,7 +527,7 @@ QPushButton {
} }
QPushButton:disabled { QPushButton:disabled {
background-color: #31363b; background-color: #313131;
border-width: 1px; border-width: 1px;
border-color: #454545; border-color: #454545;
border-style: solid; border-style: solid;
@ -553,14 +553,14 @@ QPushButton:pressed {
QComboBox { QComboBox {
selection-background-color: #3daee9; selection-background-color: #3daee9;
border-style: solid; border-style: solid;
border: 1px solid #76797C; border: 1px solid #767676;
border-radius: 2px; border-radius: 2px;
padding: 5px; padding: 5px;
min-width: 75px; min-width: 75px;
} }
QPushButton:checked { QPushButton:checked {
background-color: #76797C; background-color: #767676;
border-color: #6A6969; border-color: #6A6969;
} }
@ -585,7 +585,7 @@ QComboBox:on {
QComboBox QAbstractItemView { QComboBox QAbstractItemView {
background-color: #232629; background-color: #232629;
border-radius: 2px; border-radius: 2px;
border: 1px solid #76797C; border: 1px solid #767676;
selection-background-color: #18465d; selection-background-color: #18465d;
} }
@ -612,7 +612,7 @@ QComboBox::down-arrow:focus {
QAbstractSpinBox { QAbstractSpinBox {
padding: 5px; padding: 5px;
border: 1px solid #76797C; border: 1px solid #767676;
background-color: #232629; background-color: #232629;
color: #eff0f1; color: #eff0f1;
border-radius: 2px; border-radius: 2px;
@ -664,7 +664,7 @@ QTabWidget {
} }
QTabWidget::pane { QTabWidget::pane {
border: 1px solid #76797C; border: 1px solid #767676;
padding: 5px; padding: 5px;
margin: 0px; margin: 0px;
} }
@ -702,9 +702,9 @@ QTabBar::close-button:pressed {
QTabBar::tab:top { QTabBar::tab:top {
color: #eff0f1; color: #eff0f1;
border: 1px solid #76797C; border: 1px solid #767676;
border-bottom: 1px transparent black; border-bottom: 1px transparent black;
background-color: #31363b; background-color: #313131;
padding: 5px; padding: 5px;
min-width: 50px; min-width: 50px;
border-top-left-radius: 2px; border-top-left-radius: 2px;
@ -714,7 +714,7 @@ QTabBar::tab:top {
QTabBar::tab:top:selected { QTabBar::tab:top:selected {
color: #eff0f1; color: #eff0f1;
background-color: #54575B; background-color: #54575B;
border: 1px solid #76797C; border: 1px solid #767676;
border-bottom: 2px solid #3daee9; border-bottom: 2px solid #3daee9;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
@ -729,9 +729,9 @@ QTabBar::tab:top:!selected:hover {
QTabBar::tab:bottom { QTabBar::tab:bottom {
color: #eff0f1; color: #eff0f1;
border: 1px solid #76797C; border: 1px solid #767676;
border-top: 1px transparent black; border-top: 1px transparent black;
background-color: #31363b; background-color: #313131;
padding: 5px; padding: 5px;
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
@ -741,7 +741,7 @@ QTabBar::tab:bottom {
QTabBar::tab:bottom:selected { QTabBar::tab:bottom:selected {
color: #eff0f1; color: #eff0f1;
background-color: #54575B; background-color: #54575B;
border: 1px solid #76797C; border: 1px solid #767676;
border-top: 2px solid #3daee9; border-top: 2px solid #3daee9;
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
@ -756,9 +756,9 @@ QTabBar::tab:bottom:!selected:hover {
QTabBar::tab:left { QTabBar::tab:left {
color: #eff0f1; color: #eff0f1;
border: 1px solid #76797C; border: 1px solid #767676;
border-left: 1px transparent black; border-left: 1px transparent black;
background-color: #31363b; background-color: #313131;
padding: 5px; padding: 5px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
@ -768,7 +768,7 @@ QTabBar::tab:left {
QTabBar::tab:left:selected { QTabBar::tab:left:selected {
color: #eff0f1; color: #eff0f1;
background-color: #54575B; background-color: #54575B;
border: 1px solid #76797C; border: 1px solid #767676;
border-left: 2px solid #3daee9; border-left: 2px solid #3daee9;
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
@ -783,9 +783,9 @@ QTabBar::tab:left:!selected:hover {
QTabBar::tab:right { QTabBar::tab:right {
color: #eff0f1; color: #eff0f1;
border: 1px solid #76797C; border: 1px solid #767676;
border-right: 1px transparent black; border-right: 1px transparent black;
background-color: #31363b; background-color: #313131;
padding: 5px; padding: 5px;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
@ -795,7 +795,7 @@ QTabBar::tab:right {
QTabBar::tab:right:selected { QTabBar::tab:right:selected {
color: #eff0f1; color: #eff0f1;
background-color: #54575B; background-color: #54575B;
border: 1px solid #76797C; border: 1px solid #767676;
border-right: 2px solid #3daee9; border-right: 2px solid #3daee9;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
@ -822,7 +822,7 @@ QTabBar QToolButton::left-arrow:disabled {
} }
QDockWidget { QDockWidget {
background: #31363b; background: #313131;
border: 1px solid #403F3F; border: 1px solid #403F3F;
titlebar-close-icon: url(:/qss_icons/rc/close.png); titlebar-close-icon: url(:/qss_icons/rc/close.png);
titlebar-normal-icon: url(:/qss_icons/rc/undock.png); titlebar-normal-icon: url(:/qss_icons/rc/undock.png);
@ -848,7 +848,7 @@ QDockWidget::float-button:pressed {
QTreeView, QTreeView,
QListView { QListView {
border: 1px solid #76797C; border: 1px solid #767676;
background-color: #232629; background-color: #232629;
} }
@ -980,7 +980,7 @@ QSlider::handle:vertical {
QToolButton { QToolButton {
background-color: transparent; background-color: transparent;
border: 1px transparent #76797C; border: 1px transparent #767676;
border-radius: 2px; border-radius: 2px;
margin: 3px; margin: 3px;
padding: 5px; padding: 5px;
@ -990,7 +990,7 @@ QToolButton[popupMode="1"] {
/* only for MenuButtonPopup */ /* only for MenuButtonPopup */
padding-right: 20px; padding-right: 20px;
/* make way for the popup button */ /* make way for the popup button */
border: 1px #76797C; border: 1px #767676;
border-radius: 5px; border-radius: 5px;
} }
@ -998,7 +998,7 @@ QToolButton[popupMode="2"] {
/* only for InstantPopup */ /* only for InstantPopup */
padding-right: 10px; padding-right: 10px;
/* make way for the popup button */ /* make way for the popup button */
border: 1px #76797C; border: 1px #767676;
} }
QToolButton:hover, QToolButton:hover,
@ -1030,7 +1030,7 @@ QToolButton::menu-indicator {
/* the subcontrols below are used only in the MenuButtonPopup mode */ /* the subcontrols below are used only in the MenuButtonPopup mode */
QToolButton::menu-button { QToolButton::menu-button {
border: 1px transparent #76797C; border: 1px transparent #767676;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
/* 16px width + 4px for border = 20px allocated above */ /* 16px width + 4px for border = 20px allocated above */
@ -1043,7 +1043,7 @@ QToolButton::menu-arrow {
} }
QToolButton::menu-arrow:open { QToolButton::menu-arrow:open {
border: 1px solid #76797C; border: 1px solid #767676;
} }
QPushButton::menu-indicator { QPushButton::menu-indicator {
@ -1053,8 +1053,8 @@ QPushButton::menu-indicator {
} }
QTableView { QTableView {
border: 1px solid #76797C; border: 1px solid #767676;
gridline-color: #31363b; gridline-color: #313131;
background-color: #232629; background-color: #232629;
} }
@ -1078,7 +1078,7 @@ QListView::item:selected:active {
} }
QHeaderView { QHeaderView {
background-color: #31363b; background-color: #313131;
border: 1px transparent; border: 1px transparent;
border-radius: 0px; border-radius: 0px;
margin: 0px; margin: 0px;
@ -1086,17 +1086,17 @@ QHeaderView {
} }
QHeaderView::section { QHeaderView::section {
background-color: #31363b; background-color: #313131;
color: #eff0f1; color: #eff0f1;
padding: 5px; padding: 5px;
border: 1px solid #76797C; border: 1px solid #767676;
border-radius: 0px; border-radius: 0px;
text-align: center; text-align: center;
} }
QHeaderView::section::vertical::first, QHeaderView::section::vertical::first,
QHeaderView::section::vertical::only-one { QHeaderView::section::vertical::only-one {
border-top: 1px solid #76797C; border-top: 1px solid #767676;
} }
QHeaderView::section::vertical { QHeaderView::section::vertical {
@ -1105,7 +1105,7 @@ QHeaderView::section::vertical {
QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::first,
QHeaderView::section::horizontal::only-one { QHeaderView::section::horizontal::only-one {
border-left: 1px solid #76797C; border-left: 1px solid #767676;
} }
QHeaderView::section::horizontal { QHeaderView::section::horizontal {
@ -1129,8 +1129,8 @@ QHeaderView::up-arrow {
} }
QTableCornerButton::section { QTableCornerButton::section {
background-color: #31363b; background-color: #313131;
border: 1px transparent #76797C; border: 1px transparent #767676;
border-radius: 0px; border-radius: 0px;
} }
@ -1141,9 +1141,9 @@ QToolBox {
QToolBox::tab { QToolBox::tab {
color: #eff0f1; color: #eff0f1;
background-color: #31363b; background-color: #313131;
border: 1px solid #76797C; border: 1px solid #767676;
border-bottom: 1px transparent #31363b; border-bottom: 1px transparent #313131;
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
} }
@ -1151,7 +1151,7 @@ QToolBox::tab {
QToolBox::tab:selected { QToolBox::tab:selected {
/* italicize selected tabs */ /* italicize selected tabs */
font: italic; font: italic;
background-color: #31363b; background-color: #313131;
border-color: #3daee9; border-color: #3daee9;
} }
@ -1161,16 +1161,16 @@ QStatusBar::item {
QFrame[height="3"], QFrame[height="3"],
QFrame[width="3"] { QFrame[width="3"] {
background-color: #76797C; background-color: #767676;
} }
QSplitter::handle { QSplitter::handle {
border: 1px dashed #76797C; border: 1px dashed #767676;
} }
QSplitter::handle:hover { QSplitter::handle:hover {
background-color: #787876; background-color: #787876;
border: 1px solid #76797C; border: 1px solid #767676;
} }
QSplitter::handle:horizontal { QSplitter::handle:horizontal {
@ -1182,7 +1182,7 @@ QSplitter::handle:vertical {
} }
QProgressBar { QProgressBar {
border: 1px solid #76797C; border: 1px solid #767676;
border-radius: 5px; border-radius: 5px;
text-align: center; text-align: center;
} }