diff --git a/ICEBURG.qbtheme b/ICEBURG.qbtheme index 2f14c36..86a44cb 100644 Binary files a/ICEBURG.qbtheme and b/ICEBURG.qbtheme differ diff --git a/Solarized.qbtheme b/Solarized.qbtheme index ecca54d..701e16c 100644 Binary files a/Solarized.qbtheme and b/Solarized.qbtheme differ diff --git a/ayuDark.qbtheme b/ayuDark.qbtheme index 42bd096..76a5f6c 100644 Binary files a/ayuDark.qbtheme and b/ayuDark.qbtheme differ diff --git a/src/stylesheet_ICEBURG.qss b/src/stylesheet_ICEBURG.qss index 063ad6d..fee086e 100644 --- a/src/stylesheet_ICEBURG.qss +++ b/src/stylesheet_ICEBURG.qss @@ -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 */ } @@ -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 @@ -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 { @@ -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; } diff --git a/src/stylesheet_Solarized.qss b/src/stylesheet_Solarized.qss index c9a19c6..74cd9bb 100644 --- a/src/stylesheet_Solarized.qss +++ b/src/stylesheet_Solarized.qss @@ -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 */ } @@ -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 @@ -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 { @@ -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; } diff --git a/src/stylesheet_ayuDark.qss b/src/stylesheet_ayuDark.qss index a96a333..6df37f7 100644 --- a/src/stylesheet_ayuDark.qss +++ b/src/stylesheet_ayuDark.qss @@ -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 */ } @@ -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 @@ -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 { @@ -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; }