Skip to content

Commit

Permalink
for 4.2.2 Rev3 : mono color button, menu border
Browse files Browse the repository at this point in the history
  • Loading branch information
maboroshin committed Mar 29, 2020
1 parent 633d773 commit 674e6ad
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 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.
12 changes: 9 additions & 3 deletions src/stylesheet_ICEBURG.qss
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu

--------------------------------------------------------------------------- */
QMenu {
border: 0px solid #161821; /* change : on Menu node */
color: #C6C8D1;
margin: 0px;
padding: 0px;
Expand Down Expand Up @@ -1049,8 +1048,7 @@ QTabWidget QPushButton { /* Add elm : RSS tab */
font-weight: normal;
}
QTabWidget QSplitter QPushButton { /* Add elm : for bottom button (Speed et) , Rename, Edit trackers et*/
background: qlineargradient(x1:0, y1:0, x2:1, y2:0,
stop:0 #1E2132 , stop: 0.4 #3D425B , stop: 0.6 #3D425B , stop:1 #1E2132 ); /* Change */
background: #1E2132; /* Change */
border-radius: 8px;
border: 1px solid #3D425B;
margin-left: 2px;
Expand Down Expand Up @@ -1901,6 +1899,14 @@ QTabWidget QTreeView QWidget::indicator:non-exclusive:unchecked:pressed {
background-color: transparent;
}

QTabWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QListView QMenu,
QTabWidget QStackedWidget QStackedWidget QListView QMenu

{
border: 1px solid #3D425B; /* Add */
}
QTabWidget QStackedWidget QTreeView QMenu::item { /* transfer list : context menu , column context menu */
padding-left: 4px;
/* background-color: #9A9CA5; */
Expand Down
12 changes: 9 additions & 3 deletions src/stylesheet_Solarized.qss
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu

--------------------------------------------------------------------------- */
QMenu {
border: 0px solid #002B36; /* change : on Menu node */
color: #839496;
margin: 0px;
padding: 0px;
Expand Down Expand Up @@ -1049,8 +1048,7 @@ QTabWidget QPushButton { /* Add elm : RSS tab */
font-weight: normal;
}
QTabWidget QSplitter QPushButton { /* Add elm : for bottom button (Speed et) , Rename, Edit trackers et*/
background: qlineargradient(x1:0, y1:0, x2:1, y2:0,
stop:0 #073642 , stop: 0.4 #073642 , stop: 0.6 #073642 , stop:1 #073642 ); /* Change */
background: #073642; /* Change */
border-radius: 8px;
border: 1px solid #073642;
margin-left: 2px;
Expand Down Expand Up @@ -1901,6 +1899,14 @@ QTabWidget QTreeView QWidget::indicator:non-exclusive:unchecked:pressed {
background-color: transparent;
}

QTabWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QListView QMenu,
QTabWidget QStackedWidget QStackedWidget QListView QMenu

{
border: 1px solid #073642; /* Add */
}
QTabWidget QStackedWidget QTreeView QMenu::item { /* transfer list : context menu , column context menu */
padding-left: 4px;
/* background-color: #586E75; */
Expand Down
12 changes: 9 additions & 3 deletions src/stylesheet_ayuDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu

--------------------------------------------------------------------------- */
QMenu {
border: 0px solid #0A0E14; /* change : on Menu node */
color: #B3B1AD;
margin: 0px;
padding: 0px;
Expand Down Expand Up @@ -1049,8 +1048,7 @@ QTabWidget QPushButton { /* Add elm : RSS tab */
font-weight: normal;
}
QTabWidget QSplitter QPushButton { /* Add elm : for bottom button (Speed et) , Rename, Edit trackers et*/
background: qlineargradient(x1:0, y1:0, x2:1, y2:0,
stop:0 #01060E , stop: 0.4 #273747 , stop: 0.6 #273747 , stop:1 #01060E ); /* Change */
background: #01060E; /* Change */
border-radius: 8px;
border: 1px solid #273747;
margin-left: 2px;
Expand Down Expand Up @@ -1901,6 +1899,14 @@ QTabWidget QTreeView QWidget::indicator:non-exclusive:unchecked:pressed {
background-color: transparent;
}

QTabWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QStackedWidget QTreeView QMenu,
QTabWidget QStackedWidget QListView QMenu,
QTabWidget QStackedWidget QStackedWidget QListView QMenu

{
border: 1px solid #273747; /* Add */
}
QTabWidget QStackedWidget QTreeView QMenu::item { /* transfer list : context menu , column context menu */
padding-left: 4px;
/* background-color: #626A73; */
Expand Down

0 comments on commit 674e6ad

Please sign in to comment.