Skip to content

Commit 7765da6

Browse files
createawesomewagerr-builder
authored andcommitted
update main dark BG
updated background for dark theme
1 parent e0abc9c commit 7765da6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/qt/res/css/dark.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ QDialog,
4545
QMainWindow,
4646
QMessageBox
4747
WalletFrame {
48-
background-color: #323233;
48+
background-color: #11161D;
4949
}
5050

5151
QWidget { /* override text selection background color for all text widgets */
@@ -608,7 +608,7 @@ QStatusBar
608608
******************************************************/
609609

610610
QStatusBar {
611-
background-color: #323233;
611+
background-color: #11161D;
612612
color: #c7c7c7;
613613
}
614614

@@ -676,7 +676,7 @@ QToolBar > QToolButton:hover:!checked {
676676
}
677677

678678
QToolBar > QToolButton:checked {
679-
background-color: #323233;
679+
background-color: #11161D;
680680
color: #c7c7c7;
681681
}
682682

@@ -893,7 +893,7 @@ RPCConsole
893893
******************************************************/
894894

895895
QWidget#RPCConsole { /* RPC Console Dialog Box */
896-
background-color: #323233;
896+
background-color: #11161D;
897897
}
898898

899899
RPCConsole QTableView {
@@ -940,7 +940,7 @@ ShutdownWindow
940940
******************************************************/
941941

942942
QWidget#ShutdownWindow {
943-
background-color: #323233;
943+
background-color: #11161D;
944944
}
945945

946946
/******************************************************

0 commit comments

Comments
 (0)