Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leech redone for LXQt 2.x #129

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added themes/Leech/assets/boxes/checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/boxes/unchecked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/button-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/button-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/task-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/task-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/task-on-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/task-urgent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/buttons/task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/icons/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/menus/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/menus/menuitem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-down-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-left-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-right-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-up-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/Leech/assets/scrollbars/arrow-up.png
Binary file added themes/Leech/assets/scrollbars/grip-h.png
Binary file added themes/Leech/assets/scrollbars/grip-on-h.png
Binary file added themes/Leech/assets/scrollbars/grip-on.png
Binary file added themes/Leech/assets/scrollbars/grip.png
Binary file added themes/Leech/assets/scrollbars/groove.png
Binary file added themes/Leech/assets/scrollbars/scrollbar-h.png
Binary file added themes/Leech/assets/scrollbars/scrollbar-v.png
Binary file added themes/Leech/assets/scrollbars/slider-h.png
Binary file added themes/Leech/assets/scrollbars/slider-on-h.png
Binary file added themes/Leech/assets/scrollbars/slider-on.png
Binary file added themes/Leech/assets/scrollbars/slider.png
65 changes: 0 additions & 65 deletions themes/Leech/calendar-popup/left-arrow.svg
Diff not rendered.
66 changes: 0 additions & 66 deletions themes/Leech/calendar-popup/right-arrow.svg
Diff not rendered.
6 changes: 0 additions & 6 deletions themes/Leech/checked.svg
Diff not rendered.
9 changes: 3 additions & 6 deletions themes/Leech/lxqt-config.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
Theming by the base Qt widget style and palette */

QToolTip {
border: 1px solid palette(text);
background: palette(window);
color: palette(text);
border: 0px solid transparent;
background: #1c2d1c;
color: #e0e0e0;
padding: 2px;
margin: 0px;
border: 1px solid palette(text);
border-radius: 3px;
}
57 changes: 57 additions & 0 deletions themes/Leech/lxqt-leave.qss
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* The main Leave dialog window */
QDialog {
color: #e0e0e0;
background: #000000;
border: 1px solid #555555;
}

/* Caption colors */
QLabel {
color: #e0e0e0;
background: transparent;
padding: 8px;
}

/* Available actions - only partially themeable as of LXQt 1.2.x */
QAbstractItemView {
color: #e0e0e0;
background: #000000; /* This doesn't work for some reason... */
background-image: url(assets/menus/bg.png); /* ...but this does! */
border: 1px solid #555555;
}

/* Button settings */
QPushButton {
color: #e0e0e0;
background: transparent;
border: 4px solid transparent;
border-image: url(assets/buttons/button.png);
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
margin-left: 6px;
margin-right: 6px;
}

QToolButton {
color: #e0e0e0;
background: transparent;
border: 4px solid transparent;
border-image: url(assets/buttons/button.png);
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
margin-left: 6px;
margin-right: 6px;
}

QPushButton:hover, QToolButton:hover {
border-image: url(assets/buttons/button-hover.png);
}

QPushButton:pressed, QToolButton:pressed {
border-image: url(assets/buttons/button-pressed.png);
}

25 changes: 13 additions & 12 deletions themes/Leech/lxqt-notificationd.qss
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
Notification {
color: #ffffff;
border: 1px solid #5e5f68;
border-radius: 2px;
color: #e0e0e0;
background: #000000;
margin: 0px;
border: 1px solid #555555;
}

QLabel {
color: #ffffff;
color: #e0e0e0;
}

#closeButton {
border: none;
qproperty-icon: url(lxqt-notificationd/cancel.svg);
color: #ffffff;
border: 4px solid transparent;
border-image: none;
qproperty-icon: url(assets/icons/close.png);
qproperty-iconSize: 16px;
}

#closeButton:hover {
border: 1px solid #5e5f68;
border-radius: 2px;
background: #16162f;
qproperty-icon: url(lxqt-notificationd/cancel.svg);
border-image: url(assets/buttons/button-hover.png);
}

#closeButton:pressed {
border-image: url(assets/buttons/button-pressed.png);
}

#appLabel {
font-weight: bold;
}

2 changes: 0 additions & 2 deletions themes/Leech/lxqt-notificationd/cancel.svg
Diff not rendered.
Loading