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-daylight/lxqt-panel.qss | 583 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 583 insertions(+) create mode 100644 Redcore-daylight/lxqt-panel.qss (limited to 'Redcore-daylight/lxqt-panel.qss') diff --git a/Redcore-daylight/lxqt-panel.qss b/Redcore-daylight/lxqt-panel.qss new file mode 100644 index 0000000..ec9bb9d --- /dev/null +++ b/Redcore-daylight/lxqt-panel.qss @@ -0,0 +1,583 @@ +/* + * Kogaion bright lxqt theme, originated from Frost + * Author: bionel (ionel.busuioc@gmail.com) + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget { + background: #eff0f1; +} + +QToolTip { + border: 0px solid #4C4C4C; + background:#1A1A1A; + color: #eff0f1; + padding: 1px; + margin: 0px; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: #520A0A; +} + +Plugin > QWidget, +Plugin > QWidget > QWidget { + color: #eff0f1; +} + +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: #eff0f1; +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed, +LXQtPanelPlugin > QToolButton:pressed { + padding: 2px; +} + +/* + * Menus + */ + +QMenu { + background-color: #eff0f1; + 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: #31363b; +} + +QMenu::item:disabled { + color: #6D6D6D; +} + +QMenu::right-arrow { + image: url(arrow-right.png); +} + +/* + * Calendar Widget +*/ + +QCalendarWidget QAbstractItemView:enabled { + color: #31363b; + selection-background-color: #520A0A; + selection-color: #f9f9f9; + border: 1px solid #6e6e6e; + border-top: transparent; +} + +QCalendarWidget QAbstractItemView:disabled { + color: #4C4C4C; +} + +QCalendarWidget QWidget { + alternate-background-color: #eff0f1; +} +QCalendarWidget #qt_calendar_navigationbar { + background-color: #eff0f1; + 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: #eff0f1; +} + +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: #eff0f1; + color: #555555; +} + +QCalendarWidget QMenu::item:selected { + color: #eff0f1; + background: #520A0A; +} + +QCalendarWidget QSpinBox { + color: #eff0f1; + background-color: #4C4C4C; + selection-background-color: #520A0A; + selection-color: #eff0f1; +} + +/* + * 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: #eff0f1; + 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: #eff0f1; + 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: #eff0f1; + 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; +} -- cgit v1.2.3