Skip to content

Commit 0fb4bb5

Browse files
createawesomeckti
authored andcommitted
primary and secondary color changes (dashpay#21)
swith to bytz primary and secondary ff005b and c2064a
1 parent 2644edb commit 0fb4bb5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/qt/res/css/light.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Loaded in GUIUtil::loadStyleSheet() in guitil.cpp.
2121
2222
#00000000
2323
#555
24-
#008de4
25-
#0f75b5
24+
#ff005b
25+
#c2064a
2626
#a7a7a7
2727
#c7c7c7
2828
#d2d2d2
@@ -76,7 +76,7 @@ QComboBox,
7676
QPlainTextEdit,
7777
QLineEdit {
7878
background-color: #eaeaec;
79-
border-color: #008de4;
79+
border-color: #ff005b;
8080
color: #555;
8181
}
8282

@@ -86,7 +86,7 @@ QComboBox:hover:!focus,
8686
QPlainTextEdit:hover:!focus,
8787
QLineEdit:hover:!focus {
8888
background-color: #eaeaec;
89-
border-color: #0f75b5;
89+
border-color: #c2064a;
9090
}
9191

9292

@@ -97,7 +97,7 @@ QComboBox:focus,
9797
QPlainTextEdit:focus,
9898
QLineEdit:focus {
9999
background-color: #d2d2d2;
100-
border-color: #0f75b5;
100+
border-color: #c2064a;
101101
}
102102

103103
BitcoinAmountField:disabled,
@@ -277,13 +277,13 @@ QHeaderView
277277
******************************************************/
278278

279279
QHeaderView::section { /* Table Header Sections */
280-
background-color: #008de4;
280+
background-color: #ff005b;
281281
border-color: #f2f2f4;
282282
color: #f2f2f4;
283283
}
284284

285285
QHeaderView::section:hover { /* Table Header Sections */
286-
background-color: #0f75b5;
286+
background-color: #c2064a;
287287
color: #f2f2f4;
288288
}
289289

@@ -337,7 +337,7 @@ QProgressBar {
337337
}
338338

339339
QProgressBar::chunk {
340-
background-color: #008de4;
340+
background-color: #ff005b;
341341
}
342342

343343
/******************************************************
@@ -353,16 +353,16 @@ QPushButton
353353
******************************************************/
354354

355355
QPushButton {
356-
background-color: #008de4;
356+
background-color: #ff005b;
357357
color: #f2f2f4;
358358
}
359359

360360
QPushButton:hover {
361-
background-color: #0f75b5;
361+
background-color: #c2064a;
362362
}
363363

364364
QPushButton:pressed {
365-
background-color: #008de4;
365+
background-color: #ff005b;
366366
}
367367

368368
QPushButton:disabled {
@@ -464,7 +464,7 @@ QPushButton - Special case, tabbar replacement buttons
464464
/* Sign/Verify dialog buttons */
465465
#btnSignMessage,
466466
#btnVerifyMessage {
467-
border-color: #008de4;
467+
border-color: #ff005b;
468468
color: #a7a7a7;
469469
}
470470

@@ -504,7 +504,7 @@ QPushButton - Special case, tabbar replacement buttons
504504
/* Sign/Verify dialog buttons */
505505
#btnSignMessage:hover:!checked,
506506
#btnVerifyMessage:hover:!checked {
507-
border-color: #0f75b5;
507+
border-color: #c2064a;
508508
color: #555;
509509
}
510510

@@ -574,10 +574,10 @@ QSlider
574574
******************************************************/
575575

576576
QSlider::handle:horizontal {
577-
background-color: #008de4;
577+
background-color: #ff005b;
578578
}
579579
QSlider::handle:horizontal:hover {
580-
background-color: #0f75b5;
580+
background-color: #c2064a;
581581
}
582582
QSlider::sub-page:horizontal {
583583
background-color: #c7c7c7;
@@ -647,7 +647,7 @@ QToolBar / QToolButton
647647
******************************************************/
648648

649649
QToolBar {
650-
background-color: #008de4;
650+
background-color: #ff005b;
651651
}
652652

653653
QToolBar > QToolButton {
@@ -656,7 +656,7 @@ QToolBar > QToolButton {
656656
}
657657

658658
QToolBar > QToolButton:hover:!checked {
659-
background-color: #0f75b5;
659+
background-color: #c2064a;
660660
color: #dcdcdc;
661661
}
662662

0 commit comments

Comments
 (0)