diff --git a/usr/share/lxqt/themes/lxqt-origami-dark/lxqt-panel.qss b/usr/share/lxqt/themes/lxqt-origami-dark/lxqt-panel.qss new file mode 100755 index 0000000..c65dcdb --- /dev/null +++ b/usr/share/lxqt/themes/lxqt-origami-dark/lxqt-panel.qss @@ -0,0 +1,63 @@ +/* + * Plain widget theme, only specific widgets are themed + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget{ + background: palette(window); +} + +/* + * TaskBar + */ +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} + +/* + * Main menu plugin + */ + +#MainMenu { + qproperty-icon: url(mainmenu.svg); +} diff --git a/usr/share/lxqt/themes/lxqt-origami-dark/mainmenu.svg b/usr/share/lxqt/themes/lxqt-origami-dark/mainmenu.svg new file mode 100755 index 0000000..9f845d4 --- /dev/null +++ b/usr/share/lxqt/themes/lxqt-origami-dark/mainmenu.svg @@ -0,0 +1,83 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/usr/share/lxqt/themes/lxqt-origami-dark/preview.png b/usr/share/lxqt/themes/lxqt-origami-dark/preview.png new file mode 100755 index 0000000..fbd914f Binary files /dev/null and b/usr/share/lxqt/themes/lxqt-origami-dark/preview.png differ diff --git a/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-dots.svg b/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-dots.svg new file mode 120000 index 0000000..cecda85 --- /dev/null +++ b/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-dots.svg @@ -0,0 +1 @@ +../../../graphics//spacer-dark-dots.svg \ No newline at end of file diff --git a/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-line.svg b/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-line.svg new file mode 120000 index 0000000..2936f33 --- /dev/null +++ b/usr/share/lxqt/themes/lxqt-origami-dark/spacer-plugin/spacer-dark-line.svg @@ -0,0 +1 @@ +../../../graphics//spacer-dark-line.svg \ No newline at end of file