Skip to content

Commit

Permalink
for 4.2.2 Rev5 : bug: missing tab bar color et
Browse files Browse the repository at this point in the history
  • Loading branch information
maboroshin committed Apr 10, 2020
1 parent 3c9c866 commit c90c9d4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
Binary file modified ICEBURG.qbtheme
Binary file not shown.
Binary file modified Solarized.qbtheme
Binary file not shown.
Binary file modified ayuDark.qbtheme
Binary file not shown.
14 changes: 9 additions & 5 deletions src/stylesheet_ICEBURG.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@ QTabBar::tab:top { /* below top: actualy used */
QTabBar::tab:top:selected {
color: #89B8C2; /* change */
}
QTabBar::tab:top:selected,
/* Moved , delete */
QTabBar::tab:top:!selected {
color: #C6C8D1; /* Add */}
color: #C6C8D1; /* Add */
}
QTabBar::tab:top:selected,
QTabBar::tab:top:!selected:hover {
border-color: #89B8C2; /* change */
}
Expand Down Expand Up @@ -1806,6 +1806,9 @@ QTabWidget QStackedWidget QGroupBox { /* General border */
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
background-color: #404933;
}
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #161821;
}
/* patch : End */

/* QListView
Expand All @@ -1826,7 +1829,8 @@ QTabWidget QListView QLabel:hover { /* patch : Excution Log */
QListView::item:selected,
QListView::item:selected:active {
color: #89B8C2;
background-color: #1E2132;
font-weight: bold ;
background-color: #161821;
}
QListView::item:selected:hover,
QListView::item:!selected:hover {
Expand Down Expand Up @@ -2015,7 +2019,7 @@ QHeaderView::up-arrow {

/* QDialog --------------------------------------------------------------
--------------------------------------------------------------------------- */
QDialog { /* for Gnome about Dialog : background */
QDialog { /* for Gnome about Dialog : but can't reflect in Gnome */
background-color: #161821;
}

Expand Down
14 changes: 9 additions & 5 deletions src/stylesheet_Solarized.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@ QTabBar::tab:top { /* below top: actualy used */
QTabBar::tab:top:selected {
color: #2AA198; /* change */
}
QTabBar::tab:top:selected,
/* Moved , delete */
QTabBar::tab:top:!selected {
color: #839496; /* Add */}
color: #839496; /* Add */
}
QTabBar::tab:top:selected,
QTabBar::tab:top:!selected:hover {
border-color: #2AA198; /* change */
}
Expand Down Expand Up @@ -1806,6 +1806,9 @@ QTabWidget QStackedWidget QGroupBox { /* General border */
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
background-color: #404933;
}
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #002B36;
}
/* patch : End */

/* QListView
Expand All @@ -1826,7 +1829,8 @@ QTabWidget QListView QLabel:hover { /* patch : Excution Log */
QListView::item:selected,
QListView::item:selected:active {
color: #2AA198;
background-color: #073642;
font-weight: bold ;
background-color: #002B36;
}
QListView::item:selected:hover,
QListView::item:!selected:hover {
Expand Down Expand Up @@ -2015,7 +2019,7 @@ QHeaderView::up-arrow {

/* QDialog --------------------------------------------------------------
--------------------------------------------------------------------------- */
QDialog { /* for Gnome about Dialog : background */
QDialog { /* for Gnome about Dialog : but can't reflect in Gnome */
background-color: #002B36;
}

Expand Down
14 changes: 9 additions & 5 deletions src/stylesheet_ayuDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@ QTabBar::tab:top { /* below top: actualy used */
QTabBar::tab:top:selected {
color: #39BAE6; /* change */
}
QTabBar::tab:top:selected,
/* Moved , delete */
QTabBar::tab:top:!selected {
color: #B3B1AD; /* Add */}
color: #B3B1AD; /* Add */
}
QTabBar::tab:top:selected,
QTabBar::tab:top:!selected:hover {
border-color: #39BAE6; /* change */
}
Expand Down Expand Up @@ -1806,6 +1806,9 @@ QTabWidget QStackedWidget QGroupBox { /* General border */
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
background-color: #404933;
}
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #0A0E14;
}
/* patch : End */

/* QListView
Expand All @@ -1826,7 +1829,8 @@ QTabWidget QListView QLabel:hover { /* patch : Excution Log */
QListView::item:selected,
QListView::item:selected:active {
color: #39BAE6;
background-color: #01060E;
font-weight: bold ;
background-color: #0A0E14;
}
QListView::item:selected:hover,
QListView::item:!selected:hover {
Expand Down Expand Up @@ -2015,7 +2019,7 @@ QHeaderView::up-arrow {

/* QDialog --------------------------------------------------------------
--------------------------------------------------------------------------- */
QDialog { /* for Gnome about Dialog : background */
QDialog { /* for Gnome about Dialog : but can't reflect in Gnome */
background-color: #0A0E14;
}

Expand Down

0 comments on commit c90c9d4

Please sign in to comment.