From 75cd59aaab4660579cfb383579f6e7ec0bc5fadb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 16:37:25 +0000 Subject: fix lxqt theme --- Redcore-nighttime/lxqt-panel.qss | 579 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 579 insertions(+) create mode 100644 Redcore-nighttime/lxqt-panel.qss (limited to 'Redcore-nighttime/lxqt-panel.qss') diff --git a/Redcore-nighttime/lxqt-panel.qss b/Redcore-nighttime/lxqt-panel.qss new file mode 100644 index 0000000..67fe58e --- /dev/null +++ b/Redcore-nighttime/lxqt-panel.qss @@ -0,0 +1,579 @@ +/* + * Kogaion nighttime lxqt theme, originated from Frost + * Author: bionel (ionel.busuioc@gmail.com) + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget { + background: #2D2D2D; +} + +QToolTip { + border: 0px solid #4C4C4C; + background:#1A1A1A; + color: #DEDEDE; + padding: 1px; + margin: 0px; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: #1956a6; +} + +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: #DEDEDE; +} + +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: #2D2D2D; + border: 1px solid #6e6e6e; +} + +QMenu::separator { + height: 1px; + background: #6e6e6e; + margin-left: 2px; + margin-right: 2px; +} + +QMenu::icon { + background-color: transparent; + border: 1px solid transparent; + padding-left: 5px; +} + +QMenu::item { + color: #dedede; + padding: 5px 30px 5px 30px; +} + +QMenu::item:selected { + background: #1956a6; + color: #dedede; +} + +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: #dedede; + selection-background-color: #1956a6; + selection-color: #dedede; + border: 1px solid #6e6e6e; + border-top: transparent; + background-color: #2d2d2d; +} + +QCalendarWidget QAbstractItemView:disabled { + color: #4C4C4C; +} + +QCalendarWidget QWidget { + alternate-background-color: #2d2d2d; +} +QCalendarWidget #qt_calendar_navigationbar { + background-color: #2d2d2d; + color: #dedede; + padding: 2px; + border-top: 1px solid #6e6e6e; + border-left: 1px solid #6e6e6e; + border-right: 1px solid #6e6e6e; +} + +QCalendarWidget QToolButton { + color: #dedede; + padding:2px; + margin: 2px; +} + +QCalendarWidget QToolButton:hover { + color: #DEDEDE; + background: #1f3d65; + border: 1px solid #1956a6; +} + +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: #2d2d2d; + color: #dedede; +} + +QCalendarWidget QMenu::item:selected { + color: #DEDEDE; + background: #1956a6; +} + +QCalendarWidget QSpinBox { + color: #DEDEDE; + background-color: #4C4C4C; + selection-background-color: #1956a6; + selection-color: #DEDEDE; +} + +/* + * Main menu plugin + */ + +#MainMenuPlugin { + padding: 0px; +} + +#MainMenu { + background: #2D2D2D; + qproperty-icon: url(mainmenu.png); + padding: 2px; + color: #DEDEDE; +} + +#MainMenu:hover { + border: 1px solid #1956a6; +} + +#MainMenu:pressed { + padding: 4px; +} + +/* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: #DEDEDE; +} + +#QuickLaunch QToolButton{ + border: 0px; + margin: 1px; + padding: 2px; +} + +#QuickLaunch QToolButton:hover{ + border: 1px solid #1956a6; +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + border-bottom: 1px solid #4C4C4C; + margin: 1px; + padding: 2px; +} + +#TaskBar QToolButton:on{ + background: #1A1A1A; + border-bottom: 1px solid #1956a6; +} + +#TaskBar QToolButton:hover{ + background: #1956a6; + border-bottom: 1px solid #1956a6; +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background: #2D2D2D; + border: 1px solid #1956a6; +} +/* + * 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 #1956a6; +} + +#LXQtMountPlugin QToolButton:pressed { + padding: 4px; +} + +#LXQtMountPopup { + background-color: #2D2D2D; + padding: 4px; +} + +#LXQtMountPopup > MenuDiskItem { + border-radius: 0px; +} + +#LXQtMountPopup > MenuDiskItem:hover { +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: transparent; + border: none; + color: #DEDEDE; + padding: 4px; +} + +#LXQtMountPopup #EjectButton:hover, +#LXQtMountPopup #DiskButton:hover { + border: 1px solid #1956a6; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: #DEDEDE; +} + +/* + * Volume plugin + */ +#VolumePlugin QToolButton{ + border: 0px; + margin: 1px; + padding: 2px; +} + +#VolumePlugin QToolButton:hover { + border: 1px solid #1956a6; +} + +#VolumePlugin QToolButton:pressed { + padding: 4px; +} + +VolumePopup { + background: #2D2D2D; + border: 1px solid #4C4C4C; + margin: 0px; + padding: 2px; +} + +VolumePopup > QPushButton { + color: #DEDEDE; + background: #2D2D2D; + border: 1px solid #4C4C4C; + border-radius: 0px; + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + border: 1px solid #1956a6; + background: #1f3d65; +} + +VolumePopup > QSlider::groove:vertical { + background: hsv(0, 0, 9); + width: 6px; + border-radius: 0px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + background: #C2C2C2; + border-radius: 0px; + margin: 0 -3px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: #1956a6; + border-radius: 0px; +} + +VolumePopup > QSlider::sub-page:vertical { +background: rgba(0, 0, 0, 80%); +border-radius: 0px; +} + + /* + * Clock + */ +#Clock{ + margin: 1px; + padding: 2px; +} + +#Clock:hover { + border: 1px solid #1956a6; +} + +#Clock:pressed { + padding: 4px +} + +#Clock > QWidget{ + margin: 2px; +} + +#Clock QLabel{ + margin: 2px; + color: #DEDEDE; + qproperty-alignment: alignCenter; +} + +/* + * ShowDesktop + */ +#ShowDesktop { + border: 0px; + margin: 1px; + padding: 2px; +} + +#ShowDesktop:hover { + border: 1px solid #1956a6; +} + +#ShowDesktop:pressed { + padding: 4px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton { + margin: 1px; + color: #DEDEDE; + border-bottom: 1px solid #4C4C4C; + background: #2D2D2D; + padding: 2px; +} + +#DesktopSwitch QToolButton:on { + background: #1A1A1A; + border-bottom: 1px solid #1956a6; +} + +#DesktopSwitch QToolButton:hover { + border: 1px solid #1956a6; + border-bottom: 1px solid #1956a6; +} + +#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 #1956a6; +} + +#PanelScreenSaver:pressed { + padding: 4px; +} + +/* + * KbIndicator + */ +#KbIndicator QLabel { + padding: 3px; + border: 0px; +} + +#KbIndicator QLabel:disabled { + color: #999999; +} + +#KbIndicator QLabel:enabled { + background: #1956a6; +} + +/* + * WorldClock + */ + +#WorldClock { + margin: 2px; +} + +#WorldClock:hover { + border: 1px solid #1956a6; +} + +#WorldClock QLabel { + margin: 2px; + color: #DEDEDE; +} + +/* + * 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 #1956a6; +} + +#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: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} -- cgit v1.2.3