diff --git a/src/qt/res/css/dark.css b/src/qt/res/css/dark.css index 7043cd5d3fdd77..39bcf2a97f3e29 100644 --- a/src/qt/res/css/dark.css +++ b/src/qt/res/css/dark.css @@ -21,7 +21,7 @@ Loaded in GUIUtil::loadStyleSheet() in guitil.cpp. #00000000 #333 -#00599a +#ff005b #27507a #2d2d2e #323233 @@ -78,7 +78,7 @@ QComboBox, QPlainTextEdit, QLineEdit { background-color: #2d2d2e; - border-color: #00599a; + border-color: #ff005b; color: #c7c7c7; } @@ -88,7 +88,7 @@ QComboBox:hover:!focus, QPlainTextEdit:hover:!focus, QLineEdit:hover:!focus { background-color: #2d2d2e; - border-color: #27507a; + border-color: #c2064a; } @@ -99,7 +99,7 @@ QComboBox:focus, QPlainTextEdit:focus, QLineEdit:focus { background-color: #39393b; - border-color: #27507a; + border-color: #c2064a; } BitcoinAmountField:disabled, @@ -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; } @@ -349,7 +349,7 @@ QProgressBar { } QProgressBar::chunk { - background-color: #00599a; + background-color: #ff005b; } /****************************************************** @@ -366,12 +366,12 @@ QPushButton ******************************************************/ QPushButton { - background-color: #00599a; + background-color: #ff005b; color: #c7c7c7; } QPushButton:hover { - background-color: #27507a; + background-color: #c2064a; } QPushButton:focus { @@ -380,7 +380,7 @@ QPushButton:focus { } QPushButton:pressed { - background-color: #00599a; + background-color: #ff005b; } QPushButton:disabled { @@ -482,7 +482,7 @@ QPushButton - Special case, tabbar replacement buttons /* Sign/Verify dialog buttons */ #btnSignMessage, #btnVerifyMessage { - border-color: #00599a; + border-color: #ff005b; color: #818181; } @@ -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; } @@ -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; @@ -662,7 +662,7 @@ QToolBar / QToolButton ******************************************************/ QToolBar { - background-color: #00599a; + background-color: #ff005b; } QToolBar > QToolButton { @@ -671,7 +671,7 @@ QToolBar > QToolButton { } QToolBar > QToolButton:hover:!checked { - background-color: #27507a; + background-color: #c2064a; color: #c7c7c7; }