From fdd5222f51f799478483966b2484d159c719ffd4 Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 6 Aug 2016 11:48:12 +0300 Subject: add bright theme, do some cleanup --- Kogaion-bright/arrow-right.png | Bin 0 -> 287 bytes Kogaion-bright/calendar-popup/left-arrow.svg | 16 + Kogaion-bright/calendar-popup/right-arrow.svg | 16 + Kogaion-bright/debug.png | Bin 0 -> 11830 bytes Kogaion-bright/lxqt-notificationd.qss | 44 ++ Kogaion-bright/lxqt-panel.qss | 572 ++++++++++++++++++++++++++ Kogaion-bright/lxqt-runner.qss | 70 ++++ Kogaion-bright/lxqt-runner/close-dark.svg | 63 +++ Kogaion-bright/lxqt-runner/close.svg | 15 + Kogaion-bright/lxqt-runner/down-arrow.svg | 16 + Kogaion-bright/mainmenu.png | Bin 0 -> 2483 bytes Kogaion-bright/preview.png | Bin 0 -> 805 bytes Kogaion-bright/spacer-plugin/spacer-dots.svg | 119 ++++++ Kogaion-bright/spacer-plugin/spacer-line.svg | 117 ++++++ Kogaion-bright/volume-plugin/mixer.svg | 3 + Kogaion-bright/wall.png | Bin 0 -> 10320115 bytes Kogaion-bright/wallpaper.cfg | 2 + Kogaion-daytime/debug.png | Bin 0 -> 11830 bytes Kogaion-daytime/lxqt-panel.qss | 5 +- README.md | 2 +- 20 files changed, 1055 insertions(+), 5 deletions(-) create mode 100644 Kogaion-bright/arrow-right.png create mode 100644 Kogaion-bright/calendar-popup/left-arrow.svg create mode 100644 Kogaion-bright/calendar-popup/right-arrow.svg create mode 100644 Kogaion-bright/debug.png create mode 100644 Kogaion-bright/lxqt-notificationd.qss create mode 100644 Kogaion-bright/lxqt-panel.qss create mode 100644 Kogaion-bright/lxqt-runner.qss create mode 100644 Kogaion-bright/lxqt-runner/close-dark.svg create mode 100644 Kogaion-bright/lxqt-runner/close.svg create mode 100644 Kogaion-bright/lxqt-runner/down-arrow.svg create mode 100644 Kogaion-bright/mainmenu.png create mode 100644 Kogaion-bright/preview.png create mode 100644 Kogaion-bright/spacer-plugin/spacer-dots.svg create mode 100644 Kogaion-bright/spacer-plugin/spacer-line.svg create mode 100644 Kogaion-bright/volume-plugin/mixer.svg create mode 100644 Kogaion-bright/wall.png create mode 100644 Kogaion-bright/wallpaper.cfg create mode 100644 Kogaion-daytime/debug.png diff --git a/Kogaion-bright/arrow-right.png b/Kogaion-bright/arrow-right.png new file mode 100644 index 0000000..fdc8c59 Binary files /dev/null and b/Kogaion-bright/arrow-right.png differ diff --git a/Kogaion-bright/calendar-popup/left-arrow.svg b/Kogaion-bright/calendar-popup/left-arrow.svg new file mode 100644 index 0000000..4084094 --- /dev/null +++ b/Kogaion-bright/calendar-popup/left-arrow.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/Kogaion-bright/calendar-popup/right-arrow.svg b/Kogaion-bright/calendar-popup/right-arrow.svg new file mode 100644 index 0000000..04b62d4 --- /dev/null +++ b/Kogaion-bright/calendar-popup/right-arrow.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/Kogaion-bright/debug.png b/Kogaion-bright/debug.png new file mode 100644 index 0000000..84d5534 Binary files /dev/null and b/Kogaion-bright/debug.png differ diff --git a/Kogaion-bright/lxqt-notificationd.qss b/Kogaion-bright/lxqt-notificationd.qss new file mode 100644 index 0000000..961fb6f --- /dev/null +++ b/Kogaion-bright/lxqt-notificationd.qss @@ -0,0 +1,44 @@ +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/Kogaion-bright/lxqt-panel.qss b/Kogaion-bright/lxqt-panel.qss new file mode 100644 index 0000000..ea470db --- /dev/null +++ b/Kogaion-bright/lxqt-panel.qss @@ -0,0 +1,572 @@ +/* + * 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: #157DEC; +} + +Plugin > QWidget, +Plugin > QWidget > QWidget { + color: #DEDEDE; +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 2px; + 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: 4px; +} + +/* + * 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: #157dec; + 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: #157DEC; + 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: #157DEC; +} + +QCalendarWidget QSpinBox { + color: #DEDEDE; + background-color: #4C4C4C; + selection-background-color: #157DEC; + selection-color: #DEDEDE; +} + +/* + * Main menu plugin + */ + +#MainMenuPlugin { + padding: 0px; +} + +#MainMenu { + background: #dedede; + qproperty-icon: url(mainmenu.png); + padding: 2px; + color: #555555; +} + +#MainMenu:hover { + border: 1px solid #157dec; +} + +#MainMenu:pressed { + padding: 4px; +} + +/* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: #555555; +} + +#QuickLaunch QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#QuickLaunch QToolButton:hover{ + border: 1px solid #157dec; +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + border-left: 3px solid #6e6e6e; + margin: 2px; + padding: 2px; +} + +#TaskBar QToolButton:on{ + background: #cccccc; + border-left: 3px solid #157DEC; +} + +#TaskBar QToolButton:hover{ + background: #157dec; + border-left: 3px solid #157dec; +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background: #dedede; + border: 1px solid #157DEC; +} +/* + * Tray Plugin + */ +#Tray { + min-width: 6px; +} + +TrayIcon { + border: 0px; + margin: 2px; + padding: 2px; +} + +/* + * Mount plugin + */ +#LXQtMountPlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#LXQtMountPlugin QToolButton:hover { + border: 1px solid #157dec; +} + +#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 #157dec; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: #555555; +} + +/* + * Volume plugin + */ +#VolumePlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#VolumePlugin QToolButton:hover { + border: 1px solid #157dec; +} + +#VolumePlugin QToolButton:pressed { + padding: 4px; +} + +VolumePopup { + border: 1px solid #6e6e6e; + background: #dedede; + margin: 0px; + padding: 2px; +} + +VolumePopup > QPushButton:flat { + color: #555555; + background: #dedede; + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + border: 1px solid #157dec; +} + +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: #157DEC; + border-radius: 0px; +} + +VolumePopup > QSlider::sub-page:vertical { +background: #6e6e6e; +border-radius: 0px; +} + + /* + * Clock + */ +#Clock{ + margin: 0px; + padding: 2px; +} + +#Clock:hover { + border: 1px solid #157dec; +} + +#Clock:pressed { + padding: 4px +} + +#Clock > QWidget{ + margin: 2px; +} + +#Clock QLabel{ + margin: 2px; + color: #555555; + qproperty-alignment: alignCenter; +} + +/* + * ShowDesktop + */ +#ShowDesktop { + border: 0px; + margin: 2px; + padding: 2px; +} + +#ShowDesktop:hover { + border: 1px solid #157dec; +} + +#ShowDesktop:pressed { + padding: 4px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton { + margin: 2px; + color: #555555; + border-bottom: 3px solid #6e6e6e; + background: #dedede; +} + +#DesktopSwitch QToolButton:on { + background: #cccccc; + border-bottom: 3px solid #157DEC; +} + +#DesktopSwitch QToolButton:hover { + border: 1px solid #157dec; + border-bottom: 3px solid #157DEC; +} + +#DesktopSwitch QToolButton:pressed { + padding: 4px; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Screensaver + */ +#PanelScreenSaver { + border: 0px; + margin: 2px; + padding: 2px; +} + +#PanelScreenSaver:hover { + border: 1px solid #157dec; +} + +#PanelScreenSaver:pressed { + padding: 4px; +} + +/* + * KbIndicator + */ +#KbIndicator QLabel { + padding: 3px; + border: 0px; +} + +#KbIndicator QLabel:disabled { + color: #999999; +} + +#KbIndicator QLabel:enabled { + background: #157DEC; +} + +/* + * WorldClock + */ + +#WorldClock { + margin: 2px; +} + +#WorldClock:hover { + border: 1px solid #157dec; +} + +#WorldClock QLabel { + margin: 2px; + 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 #157dec; +} + +#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; +} diff --git a/Kogaion-bright/lxqt-runner.qss b/Kogaion-bright/lxqt-runner.qss new file mode 100644 index 0000000..1eb2b28 --- /dev/null +++ b/Kogaion-bright/lxqt-runner.qss @@ -0,0 +1,70 @@ +/* + * Panel + */ + +#panel { + border: 1px solid #157DEC; + 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 #157DEC; + border-top: transparent; +} + +#commandList::item { + margin: 2px; + padding: 2px; +} diff --git a/Kogaion-bright/lxqt-runner/close-dark.svg b/Kogaion-bright/lxqt-runner/close-dark.svg new file mode 100644 index 0000000..2c5fe8a --- /dev/null +++ b/Kogaion-bright/lxqt-runner/close-dark.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/Kogaion-bright/lxqt-runner/close.svg b/Kogaion-bright/lxqt-runner/close.svg new file mode 100644 index 0000000..d88c98b --- /dev/null +++ b/Kogaion-bright/lxqt-runner/close.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/Kogaion-bright/lxqt-runner/down-arrow.svg b/Kogaion-bright/lxqt-runner/down-arrow.svg new file mode 100644 index 0000000..ec0511d --- /dev/null +++ b/Kogaion-bright/lxqt-runner/down-arrow.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/Kogaion-bright/mainmenu.png b/Kogaion-bright/mainmenu.png new file mode 100644 index 0000000..2999a55 Binary files /dev/null and b/Kogaion-bright/mainmenu.png differ diff --git a/Kogaion-bright/preview.png b/Kogaion-bright/preview.png new file mode 100644 index 0000000..5c68308 Binary files /dev/null and b/Kogaion-bright/preview.png differ diff --git a/Kogaion-bright/spacer-plugin/spacer-dots.svg b/Kogaion-bright/spacer-plugin/spacer-dots.svg new file mode 100644 index 0000000..6659078 --- /dev/null +++ b/Kogaion-bright/spacer-plugin/spacer-dots.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/Kogaion-bright/spacer-plugin/spacer-line.svg b/Kogaion-bright/spacer-plugin/spacer-line.svg new file mode 100644 index 0000000..a33d18b --- /dev/null +++ b/Kogaion-bright/spacer-plugin/spacer-line.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/Kogaion-bright/volume-plugin/mixer.svg b/Kogaion-bright/volume-plugin/mixer.svg new file mode 100644 index 0000000..72628c9 --- /dev/null +++ b/Kogaion-bright/volume-plugin/mixer.svg @@ -0,0 +1,3 @@ + + + diff --git a/Kogaion-bright/wall.png b/Kogaion-bright/wall.png new file mode 100644 index 0000000..ecb969a Binary files /dev/null and b/Kogaion-bright/wall.png differ diff --git a/Kogaion-bright/wallpaper.cfg b/Kogaion-bright/wallpaper.cfg new file mode 100644 index 0000000..085902d --- /dev/null +++ b/Kogaion-bright/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=1 +wallpapers/1/file=wall.png diff --git a/Kogaion-daytime/debug.png b/Kogaion-daytime/debug.png new file mode 100644 index 0000000..84d5534 Binary files /dev/null and b/Kogaion-daytime/debug.png differ diff --git a/Kogaion-daytime/lxqt-panel.qss b/Kogaion-daytime/lxqt-panel.qss index 2012c27..7a81a94 100644 --- a/Kogaion-daytime/lxqt-panel.qss +++ b/Kogaion-daytime/lxqt-panel.qss @@ -128,11 +128,9 @@ QCalendarWidget #qt_calendar_navigationbar { border-top: 1px solid #6e6e6e; border-left: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e; -/* border: 1px solid #6e6e6e; */ } QCalendarWidget QToolButton { -/* background-color: #2d2d2d; */ color: #555555; padding:2px; margin: 2px; @@ -361,7 +359,6 @@ VolumePopup > QSlider::handle:vertical { VolumePopup > QSlider::add-page:vertical { background: #157DEC; -/* border: 1px solid #2D2D2D; */ border-radius: 0px; } @@ -374,7 +371,7 @@ border-radius: 0px; * Clock */ #Clock{ - margin: 2px; + margin: 0px; padding: 2px; } diff --git a/README.md b/README.md index 4ecea9a..18c9e77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Kogaion theme for lxqt +# Kogaion themes for lxqt per-user install, files should land in ~/.local/share/lxqt/themes -- cgit v1.2.3