From 92f16354acaaa8812f1325197cc3cf31ceff3a17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Jun 2018 11:27:17 +0100 Subject: make lxqt themes look like breeze (use breeze colors) --- Redcore-bright/arrow-right.png | Bin 287 -> 0 bytes Redcore-bright/calendar-popup/left-arrow.svg | 16 - Redcore-bright/calendar-popup/right-arrow.svg | 16 - Redcore-bright/debug.png | Bin 11830 -> 0 bytes Redcore-bright/lxqt-notificationd.qss | 44 -- Redcore-bright/lxqt-panel.qss | 583 -------------------------- Redcore-bright/lxqt-runner.qss | 70 ---- Redcore-bright/lxqt-runner/close-dark.svg | 63 --- Redcore-bright/lxqt-runner/close.svg | 15 - Redcore-bright/lxqt-runner/down-arrow.svg | 16 - Redcore-bright/mainmenu.png | Bin 3026 -> 0 bytes Redcore-bright/preview.png | Bin 1426 -> 0 bytes Redcore-bright/spacer-plugin/spacer-dots.svg | 119 ------ Redcore-bright/spacer-plugin/spacer-line.svg | 118 ------ Redcore-bright/volume-plugin/mixer.svg | 3 - 15 files changed, 1063 deletions(-) delete mode 100644 Redcore-bright/arrow-right.png delete mode 100644 Redcore-bright/calendar-popup/left-arrow.svg delete mode 100644 Redcore-bright/calendar-popup/right-arrow.svg delete mode 100644 Redcore-bright/debug.png delete mode 100644 Redcore-bright/lxqt-notificationd.qss delete mode 100644 Redcore-bright/lxqt-panel.qss delete mode 100644 Redcore-bright/lxqt-runner.qss delete mode 100644 Redcore-bright/lxqt-runner/close-dark.svg delete mode 100644 Redcore-bright/lxqt-runner/close.svg delete mode 100644 Redcore-bright/lxqt-runner/down-arrow.svg delete mode 100644 Redcore-bright/mainmenu.png delete mode 100644 Redcore-bright/preview.png delete mode 100644 Redcore-bright/spacer-plugin/spacer-dots.svg delete mode 100644 Redcore-bright/spacer-plugin/spacer-line.svg delete mode 100644 Redcore-bright/volume-plugin/mixer.svg (limited to 'Redcore-bright') diff --git a/Redcore-bright/arrow-right.png b/Redcore-bright/arrow-right.png deleted file mode 100644 index fdc8c59..0000000 Binary files a/Redcore-bright/arrow-right.png and /dev/null differ diff --git a/Redcore-bright/calendar-popup/left-arrow.svg b/Redcore-bright/calendar-popup/left-arrow.svg deleted file mode 100644 index 4084094..0000000 --- a/Redcore-bright/calendar-popup/left-arrow.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/Redcore-bright/calendar-popup/right-arrow.svg b/Redcore-bright/calendar-popup/right-arrow.svg deleted file mode 100644 index 04b62d4..0000000 --- a/Redcore-bright/calendar-popup/right-arrow.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/Redcore-bright/debug.png b/Redcore-bright/debug.png deleted file mode 100644 index 84d5534..0000000 Binary files a/Redcore-bright/debug.png and /dev/null differ diff --git a/Redcore-bright/lxqt-notificationd.qss b/Redcore-bright/lxqt-notificationd.qss deleted file mode 100644 index 961fb6f..0000000 --- a/Redcore-bright/lxqt-notificationd.qss +++ /dev/null @@ -1,44 +0,0 @@ -Notification { - background:#2D2D2D; - padding: 1px; - margin: 0px; -} - -QLabel { - color: #DEDEDE; -} - -QToolButton { - margin: 1px; - border: 0px solid transparent; - padding: 0px; - font-size: 9pt; - color: hsv(0, 0, 64); -} - -QToolButton:focus { - border: 0px solid hsv(0, 0, 160); -} - -QToolButton:hover { - border: 0px solid hsv(0, 0, 240); - margin: 2px; - padding: 2px; -} - -QToolButton:focus:hover { - border: 1px dashed hsv(0, 0, 255); -} - -QToolButton:pressed { - background: hsv(0, 0, 160); -} - -#appLabel { - color: #DEDEDE; -} - -#closeButton { - qproperty-icon: url(lxqt-runner/close-dark.svg); - qproperty-iconSize: 18px; -} diff --git a/Redcore-bright/lxqt-panel.qss b/Redcore-bright/lxqt-panel.qss deleted file mode 100644 index bb17560..0000000 --- a/Redcore-bright/lxqt-panel.qss +++ /dev/null @@ -1,583 +0,0 @@ -/* - * Kogaion bright lxqt theme, originated from Frost - * Author: bionel (ionel.busuioc@gmail.com) - */ - -/* - * General panel settings - */ - -LXQtPanel #BackgroundWidget { - background: #dedede; -} - -QToolTip { - border: 0px solid #4C4C4C; - background:#1A1A1A; - color: #DEDEDE; - padding: 1px; - margin: 0px; -} - -/* - * General plugins settings - */ - -Plugin, -LXQtPanelPlugin { - padding: 0; - spacing: 20px; - qproperty-moveMarkerColor: #520A0A; -} - -Plugin > QWidget, -Plugin > QWidget > QWidget { - color: #DEDEDE; -} - -Plugin > QToolButton, -Plugin > QWidget > QToolButton, -Plugin > QWidget > QToolButton > QWidget > QToolButton, -LXQtPanelPlugin > QToolButton { - margin: 1px; - border: 0px solid transparent; - outline: none; - qproperty-iconSize: 24px; - color: #555555; -} - -Plugin > QToolButton:hover, -Plugin > QWidget > QToolButton:hover, -LXQtPanelPlugin > QToolButton:hover { - color: #DEDEDE; -} - -Plugin > QToolButton:pressed, -Plugin > QWidget > QToolButton:pressed, -LXQtPanelPlugin > QToolButton:pressed { - padding: 2px; -} - -/* - * Menus - */ - -QMenu { - background-color: #dedede; - border: 1px solid #6e6e6e; -} - -QMenu::separator { - height: 1px; - background: #555555; - margin-left: 2px; - margin-right: 2px; -} - -QMenu::icon { - background-color: transparent; - border: 1px solid transparent; - padding-left: 5px; -} - -QMenu::item { - color: #555555; - padding: 5px 30px 5px 30px; -} - -QMenu::item:selected { - background: #520A0A; - color: #f9f9f9; -} - -QMenu::item:selected:disabled { - background-color: #2D2D2D; -} - -QMenu::item:disabled { - color: #6D6D6D; -} - -QMenu::right-arrow { - image: url(arrow-right.png); -} - -/* - * Calendar Widget -*/ - -QCalendarWidget QAbstractItemView:enabled { - color: #2D2D2D; - selection-background-color: #520A0A; - selection-color: #f9f9f9; - border: 1px solid #6e6e6e; - border-top: transparent; -} - -QCalendarWidget QAbstractItemView:disabled { - color: #4C4C4C; -} - -QCalendarWidget QWidget { - alternate-background-color: #DEDEDE; -} -QCalendarWidget #qt_calendar_navigationbar { - background-color: #dedede; - color: #555555; - padding: 2px; - border-top: 1px solid #6e6e6e; - border-left: 1px solid #6e6e6e; - border-right: 1px solid #6e6e6e; -} - -QCalendarWidget QToolButton { - color: #555555; - padding:2px; - margin: 2px; -} - -QCalendarWidget QToolButton:hover { - color: #DEDEDE; -} - -QCalendarWidget QToolButton::menu-indicator { - image: none; -} - -QCalendarWidget #qt_calendar_nextmonth { - qproperty-icon: url(calendar-popup/right-arrow.svg); - qproperty-iconSize: 18px; -} - -QCalendarWidget #qt_calendar_prevmonth { - qproperty-icon: url(calendar-popup/left-arrow.svg); - qproperty-iconSize: 18px; -} - -QCalendarWidget QMenu { - border-color: #6e6e6e; - background-color: #dedede; - color: #555555; -} - -QCalendarWidget QMenu::item:selected { - color: #DEDEDE; - background: #520A0A; -} - -QCalendarWidget QSpinBox { - color: #DEDEDE; - background-color: #4C4C4C; - selection-background-color: #520A0A; - selection-color: #DEDEDE; -} - -/* - * Main menu plugin - */ - -#MainMenuPlugin { - padding: 0px; -} - -#MainMenu { - background: transparent; - qproperty-icon: url(mainmenu.png); - padding: 2px; - color: #555555; -} - -#MainMenu:hover { - border: 1px solid #520A0A; -} - -#MainMenu:pressed { - padding: 4px; -} - -/* - * QuickLaunch - */ -#QuickLaunchPlaceHolder { - color: #555555; -} - -#QuickLaunch QToolButton{ - border: 0px; - margin: 1px; - padding: 2px; -} - -#QuickLaunch QToolButton:hover{ - border: 1px solid #520A0A; -} - -#QuickLaunch QToolButton:pressed { - padding: 4px; -} - -/* - * TaskBar - */ -#TaskBar QToolButton{ - border-bottom: 1px solid #6e6e6e; - margin: 1px; - padding: 2px; -} - -#TaskBar QToolButton:on{ - background: #80cccccc; - border-bottom: 1px solid #520A0A; -} - -#TaskBar QToolButton:hover{ - background: #520A0A; - border-bottom: 1px solid #520A0A; -} - -#TaskBar QToolButton:pressed { - padding: 4px; -} - -#TaskBar QToolButton[urgent="true"] { - color: palette(highlighted-text); - background: palette(highlight); -} - -#TaskBar LXQtGroupPopup { - background: #dedede; - border: 1px solid #520A0A; -} -/* - * Tray Plugin - */ -#Tray { - min-width: 6px; -} - -TrayIcon { - border: 0px; - margin: 2px; - padding: 2px; -} - -/* - * Mount plugin - */ -#LXQtMountPlugin QToolButton{ - border: 0px; - margin: 1px; - padding: 2px; -} - -#LXQtMountPlugin QToolButton:hover { - border: 1px solid #520A0A; -} - -#LXQtMountPlugin QToolButton:pressed { - padding: 4px; -} - -#LXQtMountPopup { - background-color: #dedede; - padding: 4px; -} - -#LXQtMountPopup > MenuDiskItem { - border-radius: 0px; -} - -#LXQtMountPopup > MenuDiskItem:hover { -} - -#LXQtMountPopup #EjectButton, -#LXQtMountPopup #DiskButton { - qproperty-iconSize: 22px; - background-color: transparent; - border: none; - color: #555555; - padding: 4px; -} - -#LXQtMountPopup #EjectButton:hover, -#LXQtMountPopup #DiskButton:hover { - border: 1px solid #520A0A; -} - -#LXQtMountPopup #NoDiskLabel { - margin: 6px; - color: #555555; -} - -/* - * Volume plugin - */ -#VolumePlugin QToolButton{ - border: 0px; - margin: 1px; - padding: 2px; -} - -#VolumePlugin QToolButton:hover { - border: 1px solid #520A0A; -} - -#VolumePlugin QToolButton:pressed { - padding: 4px; -} - -VolumePopup { - border: 1px solid #6e6e6e; - background: #dedede; - margin: 0px; - padding: 2px; -} - -VolumePopup > QPushButton { - color: #555555; - background: #f0f0f0; - border: 1px solid #b4b4b4; - border-radius: 0px; - padding: 2px 10px; - margin: 3px; - qproperty-iconSize: 24px; -} - -VolumePopup > QPushButton:hover { - border: 1px solid #520A0A; - background: #96c7fb; -} - -VolumePopup > QPushButton:pressed { - border: 1px solid #838b94; - background: #adc2d8; -} - -VolumePopup > QSlider::groove:vertical { - background: hsv(0, 0, 9); - width: 6px; - border-radius: 0px; -} - -VolumePopup > QSlider::handle:vertical { - height: 10px; - background: #555555; - border-radius: 0px; - margin: 0 -3px; /* expand outside the groove */ - } - -VolumePopup > QSlider::add-page:vertical { - background: #520A0A; - border-radius: 0px; -} - -VolumePopup > QSlider::sub-page:vertical { -background: #6e6e6e; -border-radius: 0px; -} - - /* - * Clock - */ -#Clock{ - margin: 1px; - padding: 2px; -} - -#Clock:hover { - border: 1px solid #520A0A; -} - -#Clock:pressed { - padding: 4px -} - -#Clock > QWidget{ - margin: 2px; -} - -#Clock QLabel{ - margin: 2px; - color: #555555; - qproperty-alignment: alignCenter; -} - -/* - * ShowDesktop - */ -#ShowDesktop { - border: 0px; - margin: 1px; - padding: 2px; -} - -#ShowDesktop:hover { - border: 1px solid #520A0A; -} - -#ShowDesktop:pressed { - padding: 4px; -} - -/* - * Desktopswitch - */ -#DesktopSwitch QToolButton { - margin: 1px; - color: #555555; - border-bottom: 1px solid #6e6e6e; - background: transparent; - padding: 2px; -} - -#DesktopSwitch QToolButton:on { - background: transparent; - border-bottom: 1px solid #520A0A; -} - -#DesktopSwitch QToolButton:hover { - border: 1px solid #520A0A; - border-bottom: 1px solid #520A0A; -} - -#DesktopSwitch QToolButton:pressed { - padding: 4px; -} - -#DesktopSwitch QToolButton[urgent="true"] { - color: palette(highlighted-text); - background: palette(highlight); -} - -/* - * Screensaver - */ -#PanelScreenSaver { - border: 0px; - margin: 1px; - padding: 2px; -} - -#PanelScreenSaver:hover { - border: 1px solid #520A0A; -} - -#PanelScreenSaver:pressed { - padding: 4px; -} - -/* - * KbIndicator - */ -#KbIndicator QLabel { - padding: 3px; - border: 0px; -} - -#KbIndicator QLabel:disabled { - color: #999999; -} - -#KbIndicator QLabel:enabled { - background: #520A0A; -} - -/* - * WorldClock - */ - -#WorldClock { - margin: 1px; - padding: 2px; -} - -#WorldClock:hover { - border: 1px solid #520A0A; -} - -#WorldClock QLabel { - margin-left: 6px; - margin-right: 6px; - color: #555555; -} - -/* - * SysStat - */ - -#SysStat { - padding: 1px 1px 1px 1px; -} - -#SysStat > QLabel { - font-size: 6pt; -} - -#SysStat_Graph { - qproperty-gridColor: rgba(255, 255, 255, 25%); - qproperty-titleColor: rgba(255, 255, 255, 75%); - qproperty-cpuSystemColor: rgb(128, 0, 0); - qproperty-cpuUserColor: rgb(0, 0, 128); - qproperty-cpuNiceColor: rgb(0, 128, 0); - qproperty-cpuOtherColor: rgb(128, 128, 0); - qproperty-frequencyColor: rgb(96, 96, 96); - qproperty-memAppsColor: rgb(0, 0, 128); - qproperty-memBuffersColor: rgb(0, 128, 0); - qproperty-memCachedColor: rgb(128, 128, 0); - qproperty-swapUsedColor: rgb(128, 0, 0); - qproperty-netReceivedColor: rgb(0, 0, 128); - qproperty-netTransmittedColor: rgb(128, 128, 0); -} - -/* - * CPU monitor - */ - -#LXQtCpuLoad { - qproperty-fontColor: #cacaca; -} - -/* - * DOM - */ -#DomPlugin QToolButton{ - qproperty-icon: url(/debug.png); - margin: 2px; - padding: 2px; -} - -#DomPlugin QToolButton:hover { - border: 1px solid #520A0A; -} - -#DomPlugin QToolButton:pressed { - padding: 4px; -} - -/* - * 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: 0px; - margin-bottom: 0px; -} - -#Spacer[orientation="vertical"] { - background-repeat: repeat-x; - margin-right: 0px; - margin-left: 0px; -} diff --git a/Redcore-bright/lxqt-runner.qss b/Redcore-bright/lxqt-runner.qss deleted file mode 100644 index 0f8b974..0000000 --- a/Redcore-bright/lxqt-runner.qss +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Panel - */ - -#panel { - border: 1px solid #520A0A; - background:#dedede; - padding: 2px; - margin: 0px; -} - -/* - * Buttons - */ - -QToolButton::menu-indicator { - image: none; -} - -QToolButton { - margin: 0px; - border: 0px solid transparent; - padding: 0px; - font-size: 10pt; - color: #DEDEDE; - qproperty-iconSize: 20px; -} - -QToolButton:hover { - border: 0px solid #DEDEDE; - margin: 1px; - padding: 1px; - -} - -#closeButton { - qproperty-icon: url(lxqt-runner/close.svg); -} - -#actionButton { - qproperty-icon: url(lxqt-runner/down-arrow.svg); -} - -/* - *Search field - */ - -#commandEd { - border: 1px solid #6e6e6e; - padding: 0px; - margin: 0px; - background: white; - color: #2D2D2D; - selection-background-color: #1A80B6; - selection-color: white; -} - -/* - *Search results list - */ - -#commandList { - border: 1px solid #520A0A; - border-top: transparent; -} - -#commandList::item { - margin: 2px; - padding: 2px; -} diff --git a/Redcore-bright/lxqt-runner/close-dark.svg b/Redcore-bright/lxqt-runner/close-dark.svg deleted file mode 100644 index 2c5fe8a..0000000 --- a/Redcore-bright/lxqt-runner/close-dark.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/Redcore-bright/lxqt-runner/close.svg b/Redcore-bright/lxqt-runner/close.svg deleted file mode 100644 index d88c98b..0000000 --- a/Redcore-bright/lxqt-runner/close.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/Redcore-bright/lxqt-runner/down-arrow.svg b/Redcore-bright/lxqt-runner/down-arrow.svg deleted file mode 100644 index ec0511d..0000000 --- a/Redcore-bright/lxqt-runner/down-arrow.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/Redcore-bright/mainmenu.png b/Redcore-bright/mainmenu.png deleted file mode 100644 index e765546..0000000 Binary files a/Redcore-bright/mainmenu.png and /dev/null differ diff --git a/Redcore-bright/preview.png b/Redcore-bright/preview.png deleted file mode 100644 index 31ce5dd..0000000 Binary files a/Redcore-bright/preview.png and /dev/null differ diff --git a/Redcore-bright/spacer-plugin/spacer-dots.svg b/Redcore-bright/spacer-plugin/spacer-dots.svg deleted file mode 100644 index 6ec80ab..0000000 --- a/Redcore-bright/spacer-plugin/spacer-dots.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Redcore-bright/spacer-plugin/spacer-line.svg b/Redcore-bright/spacer-plugin/spacer-line.svg deleted file mode 100644 index 9d895d7..0000000 --- a/Redcore-bright/spacer-plugin/spacer-line.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Redcore-bright/volume-plugin/mixer.svg b/Redcore-bright/volume-plugin/mixer.svg deleted file mode 100644 index 72628c9..0000000 --- a/Redcore-bright/volume-plugin/mixer.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - -- cgit v1.2.3