Skip to content

Commit

Permalink
update main dark BG (dashpay#28)
Browse files Browse the repository at this point in the history
updated background for dark theme
  • Loading branch information
createawesome authored Jun 9, 2021
1 parent 85f9771 commit 3a4cd89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ QDialog,
QMainWindow,
QMessageBox
WalletFrame {
background-color: #323233;
background-color: #11161D;
}

QWidget { /* override text selection background color for all text widgets */
Expand Down Expand Up @@ -608,7 +608,7 @@ QStatusBar
******************************************************/

QStatusBar {
background-color: #323233;
background-color: #11161D;
color: #c7c7c7;
}

Expand Down Expand Up @@ -676,7 +676,7 @@ QToolBar > QToolButton:hover:!checked {
}

QToolBar > QToolButton:checked {
background-color: #323233;
background-color: #11161D;
color: #c7c7c7;
}

Expand Down Expand Up @@ -893,7 +893,7 @@ RPCConsole
******************************************************/

QWidget#RPCConsole { /* RPC Console Dialog Box */
background-color: #323233;
background-color: #11161D;
}

RPCConsole QTableView {
Expand Down Expand Up @@ -940,7 +940,7 @@ ShutdownWindow
******************************************************/

QWidget#ShutdownWindow {
background-color: #323233;
background-color: #11161D;
}

/******************************************************
Expand Down

0 comments on commit 3a4cd89

Please sign in to comment.