File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,13 @@ QHeaderView
280
280
******************************************************/
281
281
282
282
QHeaderView ::section { /* Table Header Sections */
283
- background-color : # ff005b ;
284
- color : # c7c7c7 ;
283
+ background-color : # 31353c ;
284
+ color : # 000000 ;
285
285
}
286
286
287
287
QHeaderView ::section : hover { /* Table Header Sections */
288
- background-color : # c2064a ;
289
- color : # c7c7c7 ;
288
+ background-color : # 31353c ;
289
+ color : # 000000 ;
290
290
}
291
291
292
292
/******************************************************
@@ -662,22 +662,22 @@ QToolBar / QToolButton
662
662
******************************************************/
663
663
664
664
QToolBar {
665
- background-color : # ff005b ;
665
+ background-color : # 31353c ;
666
666
}
667
667
668
668
QToolBar > QToolButton {
669
- background-color : # 00000000 ;
670
- color : # c7c7c7 ;
669
+ background-color : # 31353c ;
670
+ color : # c1c2c4 ;
671
671
}
672
672
673
673
QToolBar > QToolButton : hover : !checked {
674
- background-color : # c2064a ;
675
- color : # c7c7c7 ;
674
+ background-color : # 11161d ;
675
+ color : # ff005b ;
676
676
}
677
677
678
678
QToolBar > QToolButton : checked {
679
679
background-color : # 11161D ;
680
- color : # c7c7c7 ;
680
+ color : # ff005b ;
681
681
}
682
682
683
683
QToolBar > QToolButton : disabled {
Original file line number Diff line number Diff line change @@ -298,12 +298,12 @@ QMenu
298
298
******************************************************/
299
299
300
300
QMenu {
301
- background-color : # eaeaec ;
302
- border-color : # dcdcdc ;
301
+ background-color : # 31353c ;
302
+ border-color : # 31353c ;
303
303
}
304
304
305
305
QMenu ::item {
306
- color : # 555 ;
306
+ color : # 000000 ;
307
307
}
308
308
309
309
QMenu ::item : selected : !disabled {
@@ -647,26 +647,26 @@ QToolBar / QToolButton
647
647
******************************************************/
648
648
649
649
QToolBar {
650
- background-color : # ff005b ;
650
+ background-color : # 31353c ;
651
651
}
652
652
653
653
QToolBar > QToolButton {
654
- background-color : # 00000000 ;
655
- color : # f2f2f4 ;
654
+ background-color : # 31353c ;
655
+ color : # c1c2c4 ;
656
656
}
657
657
658
658
QToolBar > QToolButton : hover : !checked {
659
- background-color : # c2064a ;
660
- color : # dcdcdc ;
659
+ background-color : # 11161d ;
660
+ color : # ff005b ;
661
661
}
662
662
663
663
QToolBar > QToolButton : checked {
664
- background-color : # f2f2f4 ;
665
- color : # 555 ;
664
+ background-color : # 11161D ;
665
+ color : # ff005b ;
666
666
}
667
667
668
668
QToolBar > QToolButton : disabled {
669
- color : # a7a7a7 ;
669
+ color : # 4a4a4b ;
670
670
}
671
671
672
672
/******************************************************
You can’t perform that action at this time.
0 commit comments