Skip to content

Commit

Permalink
Update dark.css (watto-engineer#20)
Browse files Browse the repository at this point in the history
27507a to c2064a

0e85dc to ff005b
  • Loading branch information
createawesome authored and wagerr-builder committed Oct 21, 2022
1 parent 5d5c569 commit 3a92d7e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Loaded in GUIUtil::loadStyleSheet() in guitil.cpp.
#00000000
#333
#00599a
#ff005b
#27507a
#2d2d2e
#323233
Expand Down Expand Up @@ -78,7 +78,7 @@ QComboBox,
QPlainTextEdit,
QLineEdit {
background-color: #2d2d2e;
border-color: #00599a;
border-color: #ff005b;
color: #c7c7c7;
}

Expand All @@ -88,7 +88,7 @@ QComboBox:hover:!focus,
QPlainTextEdit:hover:!focus,
QLineEdit:hover:!focus {
background-color: #2d2d2e;
border-color: #27507a;
border-color: #c2064a;
}


Expand All @@ -99,7 +99,7 @@ QComboBox:focus,
QPlainTextEdit:focus,
QLineEdit:focus {
background-color: #39393b;
border-color: #27507a;
border-color: #c2064a;
}

BitcoinAmountField:disabled,
Expand Down Expand Up @@ -280,12 +280,12 @@ QHeaderView
******************************************************/

QHeaderView::section { /* Table Header Sections */
background-color: #00599a;
background-color: #ff005b;
color: #c7c7c7;
}

QHeaderView::section:hover { /* Table Header Sections */
background-color: #27507a;
background-color: #c2064a;
color: #c7c7c7;
}

Expand Down Expand Up @@ -349,7 +349,7 @@ QProgressBar {
}

QProgressBar::chunk {
background-color: #00599a;
background-color: #ff005b;
}

/******************************************************
Expand All @@ -366,12 +366,12 @@ QPushButton
******************************************************/

QPushButton {
background-color: #00599a;
background-color: #ff005b;
color: #c7c7c7;
}

QPushButton:hover {
background-color: #27507a;
background-color: #c2064a;
}

QPushButton:focus {
Expand All @@ -380,7 +380,7 @@ QPushButton:focus {
}

QPushButton:pressed {
background-color: #00599a;
background-color: #ff005b;
}

QPushButton:disabled {
Expand Down Expand Up @@ -482,7 +482,7 @@ QPushButton - Special case, tabbar replacement buttons
/* Sign/Verify dialog buttons */
#btnSignMessage,
#btnVerifyMessage {
border-color: #00599a;
border-color: #ff005b;
color: #818181;
}

Expand Down Expand Up @@ -522,7 +522,7 @@ QPushButton - Special case, tabbar replacement buttons
/* Sign/Verify dialog buttons */
#btnSignMessage:hover:!checked,
#btnVerifyMessage:hover:!checked {
border-color: #00599a;
border-color: #ff005b;
color: #c7c7c7;
}

Expand Down Expand Up @@ -591,10 +591,10 @@ QSlider
******************************************************/

QSlider::handle:horizontal {
background-color: #00599a;
background-color: #ff005b;
}
QSlider::handle:horizontal:hover {
background-color: #27507a;
background-color: #c2064a;
}
QSlider::sub-page:horizontal {
background-color: #c7c7c7;
Expand Down Expand Up @@ -662,7 +662,7 @@ QToolBar / QToolButton
******************************************************/

QToolBar {
background-color: #00599a;
background-color: #ff005b;
}

QToolBar > QToolButton {
Expand All @@ -671,7 +671,7 @@ QToolBar > QToolButton {
}

QToolBar > QToolButton:hover:!checked {
background-color: #27507a;
background-color: #c2064a;
color: #c7c7c7;
}

Expand Down

0 comments on commit 3a92d7e

Please sign in to comment.