@ -0,0 +1,108 @@
|
||||
|
||||
lxqt-themes-0.11.96 / 2017-07-07
|
||||
================================
|
||||
|
||||
* Remove some more session stuff from CMakeLists.txt
|
||||
* Remove not theme and graphic related things
|
||||
* Made The Dark Theme Really Dark (#62)
|
||||
* Use the LXQtConfigVars module
|
||||
* Remove cpack (#61)
|
||||
* themes-system: Add "background" property to panel
|
||||
* themes: Remove Screensaver styles
|
||||
* Move Italian desktop entry to correct path
|
||||
* Create lxqt-powermanagement_it.desktop
|
||||
* build: Revert @6d6d2bef54
|
||||
* build: Add xmessage as "dependency"
|
||||
* themes: Take layoutDirection into account
|
||||
* Fix the search textfield style for all themes (#52)
|
||||
* Added style for the ColorPicker plugin.
|
||||
* Fix bg-fg color swapping in Frost (#50)
|
||||
* theme system: Force no icon for main menu
|
||||
* First experiment in theming the new search menu feature.
|
||||
* icons: Add icon "lxqt"
|
||||
* Wallpaper updated. Lighter and with the hummingbird for some identity.
|
||||
* Use the system palette to change the main colors, this will make the theme more integrated with the whole environment. Fixed ugly buttons in the volume applet.
|
||||
* Themes: adjust main menu icon in Light
|
||||
* themes: Add system theme (no theme)
|
||||
* CMakeLists: Use LXQT_GRAPHICS_DIR for graphics
|
||||
* Add startlxqt man page
|
||||
* Deleted and ignored *.kdev4
|
||||
* themes: added styles to distinguish disabled QMenu entries
|
||||
* startlxqt: optimization of XDG_DATA_DIRS
|
||||
* Rename LxQt to LXQt everywhere
|
||||
* CMake: Adds Runtime and Devel install COMPONENTs
|
||||
* Coding style changes
|
||||
* Removes no added value comments
|
||||
* Use GNUINnstallDirs
|
||||
* theme-light: add plugin handle
|
||||
* Updates the build system to use the Targets infrastructure
|
||||
* Enable the "leave confirmation dialog" by default
|
||||
* themes: panel volume popup rounded highlighted button corners
|
||||
* theme-light: volume popup buttons styles
|
||||
* themes: volume popup buttons show outline
|
||||
* themes: avoid uneccessary (and/or orientation specific) margins
|
||||
* Handle urgency hint in desktopswitch in themes
|
||||
* themes: spacer as semitransparent lighter/darker line
|
||||
* themes-panel: initial styles for taskbar groups
|
||||
* Added style for the new Spacer plugin.
|
||||
* Added style for the new Spacer plugin.
|
||||
* Added style for the new Spacer plugin.
|
||||
* theme Frost: added urgency style for TaskBar button (as in all other themes)
|
||||
* Make themes' directories' names lowercase again
|
||||
* Revert last commit, the folder names wasnt capitalized.
|
||||
* Update lxqt-panel.qss
|
||||
* Adds an scalable start-here-lxqt icon
|
||||
* Removed deprecated files.
|
||||
* use LXQt-specific menu file
|
||||
* - Unify naming for a unique lxqt. No more suffixes
|
||||
* Fixed keyboard indicator in Light theme
|
||||
* .gitignore added
|
||||
* Improved menu spacing Code cleaning Added style for DOM plugin Reduced icon size for the calendar's next an previous month buttons.
|
||||
* Fix lxde/lxde-qt#364
|
||||
* Fixed tooltips colors.
|
||||
* Preview updated.
|
||||
* Keyboard indicator and preview updated.
|
||||
* Theme updated
|
||||
* Fixed the Mount Plugin popup.
|
||||
* Style for the new keyboard plugin.
|
||||
* Fixed clicking area and aded style for new keyboard indicator.
|
||||
* First approach to style in the new Keyboard Indicator plugin.
|
||||
* Apply clicking area fix for all the plugins.
|
||||
* Remove lxqt-appswitcher integration as we no longer offer that repo
|
||||
* Fixed clickable areas. * The plugins should now respond to the mouse as expected. * Added a pressed state for buttons.
|
||||
* Fixed clickable areas.
|
||||
* Add the svg logo sources, by @Caig
|
||||
* Small fixes.
|
||||
* Small fixes.
|
||||
* Theme improve.
|
||||
* Renamed plasma-next-alpha to kde-plasma Shorter and simple naming in consonance with the other themes.
|
||||
* Removed old themes. Deleted A-mego, Flat and Green themes. Now we have less themes to maintain and improve the overall quality.
|
||||
* Changed menu icon.
|
||||
* Remover border from nofications. Changed menu icon.
|
||||
* Updates translations infrastructure
|
||||
* Update the required minimum cmake version
|
||||
* Removed font-size for the clock
|
||||
* Removed padding from the menu
|
||||
* Numix is now Frost and uses the LXQT logo. Clock font size not defined by the style. Runner got some fixes in the search field.
|
||||
* Fixed action button style
|
||||
* Merged Flat-Dark and Flat-Dark-Alpha into a new Dark theme, wallpaper and many style fixes
|
||||
* Remove plugins' margins from themes files
|
||||
* Clean up CMakeLists.txt and drop Qt 4 support
|
||||
* Update themes to support urgency hint
|
||||
* Add Qt5 support.
|
||||
* Add Plasma Next theme
|
||||
* Add dark aplha theme
|
||||
* Theme changes for RGBA panel
|
||||
* Updated qss styles for transparency
|
||||
* Use LXQt as desktop name
|
||||
* Update logo to Helix the Archist Hummingbird. Thanks @Caig
|
||||
* Replace razor-specific graphics by Helix
|
||||
* Add CPack rules for creating tarball
|
||||
* Support lxqt-session and add necessary xdg autostart desktop entry files.
|
||||
* Add visual feedback for pressed quicklaunch buttons in light and green themes.
|
||||
* Fix renaming bugs, replacing lxqt-qt with lxde-qt
|
||||
* Finish the crazy razor=>lxqt renaming tasks.
|
||||
* Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config.
|
||||
* fixed theme loading
|
||||
* Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys.
|
||||
* Add default configuration files for lxde-qt session.
|
@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||
|
||||
project(lxqt-themes)
|
||||
|
||||
set(LXQTBT_MINIMUM_VERSION "0.1.0")
|
||||
|
||||
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(LXQtTranslateDesktop)
|
||||
include(LXQtConfigVars)
|
||||
|
||||
install(DIRECTORY "graphics/" DESTINATION "${LXQT_GRAPHICS_DIR}")
|
||||
add_subdirectory(themes)
|
||||
add_subdirectory(icons)
|
@ -1,5 +1,5 @@
|
||||
lxqt-themes (0.11.96-1) unstable; urgency=medium
|
||||
lxqt-themes (0.11.96-1) experimental; urgency=medium
|
||||
|
||||
* Initial release (Closes:)
|
||||
* Initial release (Closes: #867606)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 24 Feb 2014 23:41:30 +0100
|
||||
-- Alf Gaida <agaida@siduction.org> Fri, 07 Jul 2017 20:20:40 +0200
|
||||
|
@ -0,0 +1,7 @@
|
||||
Where did the pizza cutter go?
|
||||
|
||||
Right there!
|
||||
https://github.com/Razor-qt/razor-qt/tree/master/razorqt-resources/graphics
|
||||
|
||||
Helix the Hummingbird by Caig
|
||||
https://github.com/Caig/LXQt-graphics
|
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 75 KiB |
@ -0,0 +1 @@
|
||||
helix_150.png
|
@ -0,0 +1 @@
|
||||
helix_60.png
|
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,6 @@
|
||||
install(DIRECTORY
|
||||
hicolor
|
||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons"
|
||||
COMPONENT Runtime
|
||||
PATTERN "*"
|
||||
)
|
@ -0,0 +1 @@
|
||||
../places/start-here-lxqt.svg
|
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,8 @@
|
||||
install(DIRECTORY
|
||||
.
|
||||
DESTINATION "${LXQT_SHARE_DIR}/themes"
|
||||
COMPONENT Runtime
|
||||
PATTERN "CMake*"
|
||||
EXCLUDE PATTERN "cmake*"
|
||||
EXCLUDE PATTERN "Makefile" EXCLUDE
|
||||
)
|
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 604 B |
@ -0,0 +1,30 @@
|
||||
Notification {
|
||||
color: #f2f1f0;
|
||||
border: 1px solid #2b2b29;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37);
|
||||
margin: 0px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
border: none;
|
||||
qproperty-icon: url(lxqt-notificationd/cancel.svg);
|
||||
qproperty-icon-size: 24px;
|
||||
}
|
||||
|
||||
#closeButton:hover {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#appLabel {
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
#summaryLabel {
|
||||
font-style: italic;
|
||||
}
|
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1,557 @@
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
LXQtPanel #BackgroundWidget {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37);
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
border: 1px solid #2b2b29;
|
||||
background: #363532;
|
||||
padding: 2px;
|
||||
margin: 0px;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
|
||||
Plugin,
|
||||
LXQtPanelPlugin {
|
||||
padding: 0;
|
||||
spacing: 20px;
|
||||
qproperty-moveMarkerColor: #eb7140;
|
||||
}
|
||||
|
||||
Plugin > QWidget,
|
||||
Plugin > QWidget > QWidget{
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton,
|
||||
Plugin > QWidget > QToolButton > QWidget > QToolButton,
|
||||
LXQtPanelPlugin > QToolButton {
|
||||
margin: 0px;
|
||||
border: 1px solid #2b2b29;
|
||||
border-radius: 4px;
|
||||
qproperty-iconSize: 24px;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
Plugin > QToolButton:hover,
|
||||
Plugin > QWidget > QToolButton:hover,
|
||||
LXQtPanelPlugin > QToolButton:hover {
|
||||
margin: 0px;
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
Plugin > QToolButton:pressed,
|
||||
Plugin > QWidget > QToolButton:pressed,
|
||||
LXQtPanelPlugin > QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Calendar (from any of the two clocks)
|
||||
*/
|
||||
|
||||
QCalendarWidget #qt_calendar_navigationbar,
|
||||
#WorldClock QCalendarWidget #qt_calendar_navigationbar * {
|
||||
background-color: #3c3b37;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_nextmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(/arrow-right.svg);
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_nextmonth:hover {
|
||||
border: 1px solid #ca5f34;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_prevmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(/arrow-left.svg);
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_prevmonth:hover {
|
||||
border: 1px solid #ca5f34;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_monthbutton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_monthbutton {
|
||||
padding:2px;
|
||||
margin: 2px;
|
||||
}
|
||||
QCalendarWidget #qt_calendar_monthbutton:hover {
|
||||
border: 1px solid #ca5f34;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_yearbutton:hover {
|
||||
border: 1px solid #ca5f34;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
QCalendarWidget QMenu {
|
||||
margin: 4px;
|
||||
background-color: #3c3b37;
|
||||
color: f2f1f0;
|
||||
}
|
||||
|
||||
QCalendarWidget QMenu::item:selected {
|
||||
color: #f2f1f0;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
QCalendarWidget QSpinBox {
|
||||
color: #f2f1f0;
|
||||
background-color: #3c3b37;
|
||||
selection-background-color: #ca5f34;
|
||||
selection-color: #f2f1f0;
|
||||
}
|
||||
|
||||
QCalendarWidget QAbstractItemView:enabled {
|
||||
color: white;
|
||||
background: #3c3b37;
|
||||
selection-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
selection-color: #f2f1f0;
|
||||
}
|
||||
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
QCalendarWidget QWidget {
|
||||
alternate-background-color: #1e1d1b;
|
||||
}
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar QToolButton{
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on{
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:hover{
|
||||
border: 1px solid #ca5f34;
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar LXQtGroupPopup {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37);
|
||||
border: 1px solid #f88657;
|
||||
}
|
||||
/*
|
||||
* Main menu
|
||||
*/
|
||||
|
||||
#MainMenu {
|
||||
margin: 2px;
|
||||
padding: 1px;
|
||||
border-radius: 4px;
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
color: #f2f1f0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#MainMenu:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#MainMenu QMenu {
|
||||
background-color: #3c3b37;
|
||||
border: 1px solid #515048;
|
||||
}
|
||||
|
||||
#MainMenu QMenu::icon {
|
||||
background-color: transparent;
|
||||
border: 10px solid transparent;
|
||||
border-top-width: 0px;
|
||||
border-bottom-width: 0px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
|
||||
#MainMenu QMenu::right-arrow {
|
||||
image: url(arrow-right.svg);
|
||||
border: 5px solid transparent;
|
||||
border-top-width: 0px;
|
||||
border-bottom-width: 0px;
|
||||
border-left-width: 0px;
|
||||
}
|
||||
|
||||
#MainMenu QMenu::item {
|
||||
color: #f2f1f0;
|
||||
padding: 7px 40px 7px 24px;
|
||||
}
|
||||
|
||||
#MainMenu QMenu::item:selected {
|
||||
color: #f2f1f0;
|
||||
background:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
#MainMenu ActionView {
|
||||
background-color: #3c3b37;
|
||||
border: none;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
#MainMenu QLineEdit {
|
||||
background: #3c3b37;
|
||||
border: none;
|
||||
color: #f2f1f0;
|
||||
margin-bottom: 1px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#MainMenu QScrollBar::handle {
|
||||
background-color: palette(highlighted-text);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunch QToolButton {
|
||||
margin: 2px;
|
||||
padding: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:hover {
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: #eb7140;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
|
||||
#Clock {
|
||||
background: transparent;
|
||||
margin: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#Clock:hover {
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#Clock #TimeLabel{
|
||||
color: #f2f1f0;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
#Clock #DateLabel{
|
||||
color: #f2f1f0;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
#DesktopSwitch QToolButton {
|
||||
border: none;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on {
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover {
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
/*
|
||||
* Tray
|
||||
*/
|
||||
#Tray {
|
||||
min-width: 6px;
|
||||
}
|
||||
|
||||
TrayIcon {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mount plugin
|
||||
*/
|
||||
|
||||
#LXQtMountPlugin QToolButton {
|
||||
border:none;
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#LXQtMountPlugin QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup {
|
||||
background: #3c3b37;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem:hover {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton,
|
||||
#LXQtMountPopup #DiskButton {
|
||||
qproperty-iconSize: 22px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #f2f1f0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #NoDiskLabel {
|
||||
margin: 6px;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
|
||||
#ShowDesktop {
|
||||
border:none;
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#ShowDesktop:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator > QLabel {
|
||||
padding: 3px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:enabled {
|
||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
color: #f2f1f0;
|
||||
border: 1px solid #ca5f34;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#KbIndicator:disabled {
|
||||
background: transparent;
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* #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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
|
||||
#WorldClock {
|
||||
margin: 2px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
color: #f2f1f0;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#WorldClock:hover {
|
||||
background: #363532;
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#WorldClockContent {
|
||||
color: #f2f1f0;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#WorldClockPopup > QLabel {
|
||||
color: #f2f1f0;
|
||||
}
|
||||
|
||||
/*
|
||||
* CPU monitor
|
||||
*/
|
||||
#LXQtCpuLoad {
|
||||
qproperty-fontColor: #f2f1f0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Volume plugin
|
||||
*/
|
||||
|
||||
#VolumePlugin QToolButton {
|
||||
border:none;
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#VolumePlugin QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
VolumePopup {
|
||||
background:#3c3b37;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton {
|
||||
color: #f2f1f0;
|
||||
background: #363532;
|
||||
padding: 2px 10px;
|
||||
margin: 3px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton:hover {
|
||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::groove:vertical {
|
||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
width: 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::handle:vertical {
|
||||
height: 10px;
|
||||
background: #C2C2C2;
|
||||
border-radius: 2px;
|
||||
margin: 0 -4px; /* expand outside the groove */
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::add-page:vertical {
|
||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
border: 1px solid #2D2D2D;
|
||||
border-radius: 3px;
|
||||
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::sub-page:vertical {
|
||||
background: rgba(0, 0, 0, 80%);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
@ -0,0 +1,56 @@
|
||||
/*
|
||||
* Panel
|
||||
*/
|
||||
|
||||
#panel {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37);
|
||||
border: 1px solid #2b2b29;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Buttons
|
||||
*/
|
||||
|
||||
QToolButton {
|
||||
margin: 0px;
|
||||
border: 0px solid transparent;
|
||||
padding: 0px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/clear.svg);
|
||||
}
|
||||
|
||||
#actionButton {
|
||||
qproperty-icon: url(lxqt-runner/navigation-menu.svg);
|
||||
}
|
||||
|
||||
#commandEd {
|
||||
border: 1px solid #2b2b29;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background: white;
|
||||
color: #2b2b29;
|
||||
selection-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
|
||||
selection-color: white;
|
||||
}
|
||||
|
||||
#commandList {
|
||||
border: 1px solid #2b2b29;
|
||||
}
|
||||
|
||||
#commandList::item {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-dots.svg
|
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-line.svg
|
@ -0,0 +1,2 @@
|
||||
wallpapers/size=9
|
||||
wallpapers/1/file=Butterfly-Kenneth-Wimer.jpg
|
After Width: | Height: | Size: 604 B |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
||||
Notification {
|
||||
color: #DDDDDD;
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background:rgba(0, 0, 0, 80%);
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
border: none;
|
||||
padding: 2px;
|
||||
qproperty-icon: url(lxqt-notificationd/cancel.svg);
|
||||
}
|
||||
|
||||
#closeButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
padding: 2px;
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
qproperty-icon: url(lxqt-notificationd/cancel.png);
|
||||
}
|
||||
|
||||
#appLabel {
|
||||
font-weight: bold;
|
||||
}
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,545 @@
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
|
||||
LXQtPanel #BackgroundWidget {
|
||||
background:rgba(0, 0, 0, 50%);
|
||||
}
|
||||
QToolTip {
|
||||
border: 1px solid hsv(0, 0, 41);
|
||||
background:hsv(0, 0, 20);
|
||||
padding: 2px;
|
||||
margin: 0px;
|
||||
color: #DEDEDE
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
|
||||
Plugin,
|
||||
LXQtPanelPlugin {
|
||||
padding: 0;
|
||||
spacing: 20px;
|
||||
qproperty-moveMarkerColor: #C94C21;
|
||||
}
|
||||
|
||||
Plugin > QWidget,
|
||||
Plugin > QWidget > QWidget {
|
||||
color: #DEDEDE;
|
||||
}
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton,
|
||||
Plugin > QWidget > QToolButton > QWidget > QToolButton,
|
||||
LXQtPanelPlugin > QToolButton {
|
||||
margin: 0;
|
||||
border: 1px solid transparent;
|
||||
qproperty-iconSize: 24px;
|
||||
color: #DEDEDE;
|
||||
}
|
||||
|
||||
Plugin > QToolButton:hover,
|
||||
Plugin > QWidget > QToolButton:hover,
|
||||
LXQtPanelPlugin > QToolButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
Plugin > QToolButton:pressed,
|
||||
Plugin > QWidget > QToolButton:pressed,
|
||||
LXQtPanelPlugin > QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Volume plugin
|
||||
*/
|
||||
|
||||
VolumePopup {
|
||||
background: hsv(0, 0, 41);
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton {
|
||||
border: 1px solid rgba(255, 255, 255, 5%);
|
||||
border-radius: 2px;
|
||||
color: #DEDEDE;
|
||||
background: rgba(255, 255, 255, 10%);
|
||||
padding: 2px 10px;
|
||||
margin: 3px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton:hover {
|
||||
border: 1px solid rgba(255, 255, 255, 10%);
|
||||
border-radius: 2px;
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::groove:vertical {
|
||||
background: hsv(0, 0, 41);
|
||||
width: 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::handle:vertical {
|
||||
height: 10px;
|
||||
background: #DEDEDE;
|
||||
border-radius: 5px;
|
||||
margin: 0 -4px; /* expand outside the groove */
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::add-page:vertical {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #787676, stop: 1 #ABABAB);
|
||||
border: 1px solid rgba(0, 0, 0, 80%);
|
||||
border-radius: 3px;
|
||||
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::sub-page:vertical {
|
||||
background: rgba(0, 0, 0, 80%);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
|
||||
#DesktopSwitch QToolButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on {
|
||||
background: #640b0c;
|
||||
border: 1px solid #640b0c;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover:on {
|
||||
background: #870e10;
|
||||
border: 1px solid #870e10;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:pressed {
|
||||
background: #50080a;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton[urgent="true"] {
|
||||
color: white;
|
||||
background: #960f11;
|
||||
border: 1px solid #d21518;
|
||||
}
|
||||
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton{
|
||||
border: 0px;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:hover{
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar QToolButton{
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on{
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(0, 0, 0, 40%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:hover{
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar LXQtGroupPopup {
|
||||
background:rgba(0, 0, 0, 50%);
|
||||
border: 1px solid rgba(0, 0, 0, 40%);;
|
||||
}
|
||||
/*
|
||||
* Calendar Widget
|
||||
*/
|
||||
|
||||
QCalendarWidget QAbstractItemView:enabled {
|
||||
color: white;
|
||||
background: black;
|
||||
selection-background-color: #640b0c;
|
||||
selection-color: white;
|
||||
}
|
||||
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
QCalendarWidget QWidget {
|
||||
alternate-background-color: #3c3c3c;
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_navigationbar,
|
||||
QCalendarWidget #qt_calendar_navigationbar * {
|
||||
background-color:hsv(0, 0, 41);
|
||||
color: #DEDEDE;
|
||||
}
|
||||
QCalendarWidget #qt_calendar_monthbutton {
|
||||
padding:2px;
|
||||
margin: 2px;
|
||||
}
|
||||
QCalendarWidget #qt_calendar_monthbutton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_monthbutton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
QCalendarWidget QTableView {
|
||||
selection-background-color:hsv(0, 0, 41);
|
||||
}
|
||||
QCalendarWidget #qt_calendar_nextmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(calendar-popup/right-arrow.svg);
|
||||
}
|
||||
QCalendarWidget #qt_calendar_prevmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(calendar-popup/left-arrow.svg);
|
||||
}
|
||||
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
#Clock:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#Clock > QWidget{
|
||||
margin: 2px;
|
||||
}
|
||||
#Clock #TimeLabel{
|
||||
color: #DEDEDE;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
#Clock #DateLabel{
|
||||
color: #DEDEDE;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tray
|
||||
*/
|
||||
|
||||
#Tray {
|
||||
min-width: 6px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
TrayIcon {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* All menus
|
||||
*/
|
||||
|
||||
QMenu {
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
border: 1px solid rgba(50, 50, 50, 80%);
|
||||
border-bottom-color: rgba(0, 0, 0, 80%);
|
||||
border-right-color: rgba(0, 0, 0, 80%);
|
||||
background: rgba(0, 0, 0, 80%);
|
||||
/*qproperty-icon: url(mainmenu.svg);*/
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::icon {
|
||||
background-color: transparent;
|
||||
border: 20px;
|
||||
}
|
||||
|
||||
QMenu QToolButton {
|
||||
background-color: #3c3c3c;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
color: white;
|
||||
font: bold italic;
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
border: 10px solid transparent;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-right-width: 5px;
|
||||
padding: 6px 40px 6px 24px;
|
||||
background: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
border: 10px solid #640b0c;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-right-width: 5px;
|
||||
background: #640b0c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::item:selected:disabled {
|
||||
background-color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #6D6D6D;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(arrow-right.svg);
|
||||
}
|
||||
|
||||
QMenu::indicator {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked {
|
||||
image: url(unchecked.svg);
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked {
|
||||
image: url(checked.svg);
|
||||
}
|
||||
|
||||
/*
|
||||
* Main menu
|
||||
*/
|
||||
|
||||
#MainMenu {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 80%);
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
color: white;
|
||||
}
|
||||
|
||||
#MainMenu QLineEdit {
|
||||
background: black;
|
||||
border: 1px solid #3c3c3c;
|
||||
border-bottom-width: 0px;
|
||||
border-right-width: 0px;
|
||||
border-left-width: 0px;
|
||||
padding: 3px;
|
||||
margin-bottom: 1px;
|
||||
color: white;
|
||||
selection-background-color: #640b0c;
|
||||
}
|
||||
|
||||
#MainMenu ActionView {
|
||||
border: none;
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item {
|
||||
background: black;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 4px 3px 4px 10px;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item:selected {
|
||||
background: #640b0c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item:hover {
|
||||
background: #500709;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mount plugin
|
||||
*/
|
||||
#LXQtMountPlugin {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup {
|
||||
background-color: hsv(0, 0, 41);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton,
|
||||
#LXQtMountPopup #DiskButton {
|
||||
qproperty-iconSize: 22px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #EEEEEE;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #NoDiskLabel {
|
||||
margin: 6px;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
#ShowDesktop > QToolButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator QLabel {
|
||||
padding: 3px;
|
||||
border: 0px;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:disabled {
|
||||
color: #b4b4b4;
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:enabled {
|
||||
color: white;
|
||||
background: #780d0f;
|
||||
}
|
||||
|
||||
/*
|
||||
* SysStat
|
||||
*/
|
||||
|
||||
#SysStat {
|
||||
padding: 2px 2px 2px 2px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#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);
|
||||
}
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
#WorldClock:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#WorldClockContent {
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
padding: 2px;
|
||||
color: #DEDEDE;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
* CPU monitor
|
||||
*/
|
||||
|
||||
#LXQtCpuLoad {
|
||||
qproperty-fontColor: #DEDEDE;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
@ -0,0 +1,149 @@
|
||||
/*
|
||||
* Panel
|
||||
*/
|
||||
|
||||
#panel {
|
||||
background:rgba(0, 0, 0, 50%);
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
}
|
||||
|
||||
/*
|
||||
* Buttons
|
||||
*/
|
||||
|
||||
QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close.svg);
|
||||
margin: 2px;
|
||||
}
|
||||
#closeButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
#actionButton {
|
||||
qproperty-icon: url(lxqt-runner/down-arrow.svg);
|
||||
color: rgba(41, 41, 41, 0%);
|
||||
margin: 2px;
|
||||
}
|
||||
#actionButton:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
#actionButton:pressed {
|
||||
border: 1px solid rgba(0, 0, 0, 50%);
|
||||
background: rgba(255, 255, 255, 20%);
|
||||
}
|
||||
|
||||
/*
|
||||
*Search line-edit
|
||||
*/
|
||||
|
||||
QLineEdit {
|
||||
background: black;
|
||||
border: 2px solid black;
|
||||
border-radius: 3px;
|
||||
padding: 6px;
|
||||
margin-bottom: 1px;
|
||||
color: white;
|
||||
selection-background-color: #640b0c;
|
||||
}
|
||||
|
||||
/*
|
||||
*Search results list
|
||||
*/
|
||||
|
||||
/* The list doesn't seem to be stylable completely; so, we left it to the widget style. */
|
||||
|
||||
#commandList {
|
||||
border: none;
|
||||
/*background: rgba(0, 0, 0, 50%);
|
||||
alternate-background-color: #3c3c3c;
|
||||
color: white;*/
|
||||
}
|
||||
|
||||
/*#commandList::item {
|
||||
}
|
||||
|
||||
#commandList::item:selected {
|
||||
}
|
||||
|
||||
#commandList::item::hover {
|
||||
}*/
|
||||
|
||||
/*
|
||||
* Menu
|
||||
*/
|
||||
|
||||
QMenu {
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
border: 1px solid #323232;
|
||||
border-bottom-color: black;
|
||||
border-right-color: black;
|
||||
background: black;
|
||||
/*qproperty-icon: url(mainmenu.svg);*/
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::icon {
|
||||
background-color: transparent;
|
||||
border: 20px;
|
||||
}
|
||||
|
||||
QMenu QToolButton {
|
||||
background-color: #3c3c3c;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
color: white;
|
||||
font: bold italic;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
border: 10px solid transparent;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-right-width: 5px;
|
||||
padding: 6px 40px 6px 24px;
|
||||
background: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
border: 10px solid #640b0c;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-right-width: 5px;
|
||||
background: #640b0c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::item:selected:disabled {
|
||||
background-color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #6D6D6D;
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(arrow-right.svg);
|
||||
}
|
||||
|
||||
QMenu::indicator {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked {
|
||||
image: url(unchecked.svg);
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked {
|
||||
image: url(checked.svg);
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-light-dots.svg
|
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-light-line.svg
|
After Width: | Height: | Size: 953 B |
@ -0,0 +1,2 @@
|
||||
wallpapers/size=1
|
||||
wallpapers/1/file=wallpaper.png
|
After Width: | Height: | Size: 236 KiB |
After Width: | Height: | Size: 604 B |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,44 @@
|
||||
Notification {
|
||||
background:palette(text);
|
||||
padding: 1px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
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: palette(window);
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close.svg);
|
||||
qproperty-iconSize: 18px;
|
||||
}
|
After Width: | Height: | Size: 189 KiB |
@ -0,0 +1,617 @@
|
||||
/*
|
||||
* This theme was created by Inti Alonso (intialonso@gmail.com)
|
||||
*/
|
||||
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
|
||||
LXQtPanel #BackgroundWidget{
|
||||
background: palette(text);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Menu titles
|
||||
*/
|
||||
|
||||
QMenu > QToolButton:pressed {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
border: 1px solid palette(text);
|
||||
background: palette(window);
|
||||
color: palette(text);
|
||||
padding: 1px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
|
||||
Plugin,
|
||||
LXQtPanelPlugin {
|
||||
padding: 0;
|
||||
spacing: 20px;
|
||||
qproperty-moveMarkerColor: palette(highlight);
|
||||
}
|
||||
|
||||
Plugin > QWidget,
|
||||
Plugin > QWidget > QWidget {
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton,
|
||||
Plugin > QWidget > QToolButton > QWidget > QToolButton,
|
||||
LXQtPanelPlugin > QToolButton {
|
||||
margin: 2px;
|
||||
border: 0px solid transparent;
|
||||
outline: none;
|
||||
qproperty-iconSize: 24px;
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
Plugin > QToolButton:hover,
|
||||
Plugin > QWidget > QToolButton:hover,
|
||||
LXQtPanelPlugin > QToolButton:hover {
|
||||
color: palette(window);
|
||||
background: palette(text);
|
||||
}
|
||||
|
||||
Plugin > QToolButton:pressed,
|
||||
Plugin > QWidget > QToolButton:pressed,
|
||||
LXQtPanelPlugin > QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Menus
|
||||
*/
|
||||
|
||||
QMenu {
|
||||
background-color: palette(text);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
QMenu::icon {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: palette(window);
|
||||
border: 1px solid transparent;
|
||||
padding: 5px 30px 5px 30px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QMenu::item:selected:disabled {
|
||||
background-color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #6D6D6D;
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(arrow-right.svg);
|
||||
}
|
||||
|
||||
/*
|
||||
* Calendar Widget
|
||||
*/
|
||||
|
||||
QCalendarWidget QAbstractItemView:enabled {
|
||||
color: palette(text);
|
||||
background: palette(window);
|
||||
selection-background-color: palette(highlight);
|
||||
selection-color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: #4C4C4C;
|
||||
}
|
||||
|
||||
QCalendarWidget QWidget {
|
||||
alternate-background-color: palette(window);
|
||||
}
|
||||
QCalendarWidget #qt_calendar_navigationbar {
|
||||
background-color:palette(text);
|
||||
color: palette(window);
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QCalendarWidget QToolButton {
|
||||
color: palette(window);
|
||||
background: palette(text);
|
||||
padding:2px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
QCalendarWidget QToolButton:hover {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
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 {
|
||||
margin: 4px;
|
||||
background-color: palette(text);
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
QCalendarWidget QMenu::item:selected {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
QCalendarWidget QSpinBox {
|
||||
color: palette(window);
|
||||
background-color: #4C4C4C;
|
||||
selection-background-color: palette(highlight);
|
||||
selection-color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
/*
|
||||
* Main menu plugin
|
||||
*/
|
||||
|
||||
#MainMenuPlugin {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#MainMenu {
|
||||
background: palette(text);
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
padding: 2px;
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
#MainMenu:hover {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
#MainMenu:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#MainMenu QLineEdit {
|
||||
background: palette(text);
|
||||
border: none;
|
||||
padding: 6px;
|
||||
margin-bottom: 1px;
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
#MainMenu ActionView {
|
||||
border: none;
|
||||
background: palette(text);
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item {
|
||||
border: 1px solid palette(text);
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item:selected, ActionView::item:hover {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: palette(window);
|
||||
background: palette(text);
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton{
|
||||
border: 0px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:hover{
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar QToolButton{
|
||||
border-left: 3px solid #4C4C4C;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on{
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
border-left: 3px solid palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:hover{
|
||||
border-left: 3px solid #4C4C4C;
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar LXQtGroupPopup {
|
||||
background: palette(text);
|
||||
color: palette(window);
|
||||
border: 1px solid palette(highlight);
|
||||
}
|
||||
/*
|
||||
* 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 {
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#LXQtMountPlugin QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup {
|
||||
background-color: palette(text);
|
||||
color: palette(window);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem:hover {
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton,
|
||||
#LXQtMountPopup #DiskButton {
|
||||
qproperty-iconSize: 22px;
|
||||
background-color: palette(text);
|
||||
border: none;
|
||||
color: palette(window);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton:hover,
|
||||
#LXQtMountPopup #DiskButton:hover {
|
||||
background-color: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
#LXQtMountPopup #NoDiskLabel {
|
||||
margin: 6px;
|
||||
color: palette(window);
|
||||
background: palette(text);
|
||||
}
|
||||
|
||||
/*
|
||||
* Volume plugin
|
||||
*/
|
||||
#VolumePlugin QToolButton{
|
||||
border: 0px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#VolumePlugin QToolButton:hover {
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#VolumePlugin QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
VolumePopup {
|
||||
background: palette(text);
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton {
|
||||
color: palette(window);
|
||||
background: palette(text);
|
||||
padding: 2px 10px;
|
||||
margin: 3px;
|
||||
border: none;
|
||||
qproperty-iconSize: 20px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton:hover {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::groove:vertical {
|
||||
background: hsv(0, 0, 9);
|
||||
width: 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::handle:vertical {
|
||||
height: 10px;
|
||||
background: #C2C2C2;
|
||||
border-radius: 2px;
|
||||
margin: 0 -4px; /* expand outside the groove */
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::add-page:vertical {
|
||||
background: palette(highlight);
|
||||
border: 1px solid palette(text);
|
||||
border-radius: 3px;
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::sub-page:vertical {
|
||||
background: rgba(0, 0, 0, 80%);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
#Clock{
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#Clock:hover {
|
||||
background: rgba(0, 0, 0, 25%);
|
||||
}
|
||||
|
||||
#Clock:pressed {
|
||||
padding: 4px
|
||||
}
|
||||
|
||||
#Clock > QWidget{
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#Clock QLabel{
|
||||
margin: 2px;
|
||||
color: palette(window);
|
||||
qproperty-alignment: alignCenter;
|
||||
}
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
#ShowDesktop {
|
||||
border: 0px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#ShowDesktop:hover {
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#ShowDesktop:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
#DesktopSwitch QToolButton {
|
||||
margin: 2px;
|
||||
color: palette(window);
|
||||
border-left: 3px solid #4C4C4C;
|
||||
background: palette(text);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on {
|
||||
background: rgba(0, 0, 0, 25%);
|
||||
border-left: 3px solid palette(highlight);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator QLabel {
|
||||
padding: 3px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:disabled {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:enabled {
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
|
||||
#WorldClock {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#WorldClock:hover {
|
||||
background: rgba(0, 0, 0, 25%);
|
||||
}
|
||||
|
||||
#WorldClock QLabel {
|
||||
margin: 2px;
|
||||
color: palette(window);
|
||||
}
|
||||
|
||||
/*
|
||||
* 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 {
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
/*
|
||||
* Color Picker
|
||||
*/
|
||||
|
||||
#ColorPickerPlugin QToolButton{
|
||||
qproperty-icon: url(/color-picker.svg);
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#ColorPickerPlugin QToolButton:hover {
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
}
|
||||
|
||||
#ColorPickerPlugin QToolButton:pressed {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#ColorPickerPlugin QLineEdit {
|
||||
border: none;
|
||||
margin: 0px;
|
||||
padding: 0fpx;
|
||||
background: rgba(0, 0, 0, 45%);
|
||||
color: palette(window);
|
||||
}
|
@ -0,0 +1,104 @@
|
||||
/*
|
||||
* Panel
|
||||
*/
|
||||
|
||||
#panel {
|
||||
border: 1px solid palette(text);
|
||||
background: palette(text);
|
||||
padding: 2px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Buttons
|
||||
*/
|
||||
|
||||
QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
margin: 0px;
|
||||
border: 0px solid transparent;
|
||||
padding: 0px;
|
||||
font-size: 10pt;
|
||||
color: palette(window);
|
||||
qproperty-iconSize: 20px;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
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 palette(text);
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background: white;
|
||||
color: palette(text);
|
||||
selection-background-color: palette(highlight);
|
||||
selection-color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
/*
|
||||
*Search results list
|
||||
*/
|
||||
|
||||
#commandList {
|
||||
border: 1px solid #4C4C4C;
|
||||
}
|
||||
|
||||
#commandList::item {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Menus
|
||||
*/
|
||||
|
||||
QMenu {
|
||||
background-color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::icon {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: palette(window);
|
||||
padding: 5px 13px 5px 30px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QMenu::item:selected:disabled {
|
||||
background-color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #6D6D6D;
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(arrow-right.svg);
|
||||
}
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 989 B |
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-light-dots.svg
|
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-light-line.svg
|
After Width: | Height: | Size: 865 B |
@ -0,0 +1,2 @@
|
||||
wallpapers/size=1
|
||||
wallpapers/1/file=lxqt-origami-light.png
|
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 7.8 KiB |
@ -0,0 +1,29 @@
|
||||
Notification {
|
||||
color: #313639;
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
margin: 0px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
margin: 3px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
qproperty-icon: url(lxqt-notificationd/window-close.svg);
|
||||
}
|
||||
|
||||
#closeButton:hover {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
|
||||
#appLabel {
|
||||
font-weight: bold;
|
||||
}
|
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,488 @@
|
||||
/*This is a port of the design proposal for Plasma Next made by the KDE Visual Design Group. Ported by Inti Alonso.*/
|
||||
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
|
||||
LXQtPanel #BackgroundWidget {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
padding: 2px;
|
||||
margin: 0px;
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
|
||||
Plugin,
|
||||
LXQtPanelPlugin {
|
||||
padding: 0;
|
||||
spacing: 20px;
|
||||
qproperty-moveMarkerColor: rgba(30, 145, 255, 50%);
|
||||
}
|
||||
|
||||
Plugin > QWidget,
|
||||
Plugin > QWidget > QWidget{
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton,
|
||||
Plugin > QWidget > QToolButton > QWidget > QToolButton,
|
||||
LXQtPanelPlugin > QToolButton {
|
||||
margin: 0;
|
||||
border: 1px solid transparent;
|
||||
qproperty-iconSize: 24px;
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
QMenu {
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background: rgba(30, 145, 255, 50%);
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
QMenu::item:selected:disabled {
|
||||
color: rgb(160, 160, 160);
|
||||
background:rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(right-arrow.svg);
|
||||
}
|
||||
|
||||
/*
|
||||
* Main menu
|
||||
*/
|
||||
|
||||
#MainMenu {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
}
|
||||
|
||||
#MainMenu:hover {
|
||||
border-top: 3px solid #1E91FE;
|
||||
}
|
||||
|
||||
#MainMenu QLineEdit {
|
||||
background: palette(window);
|
||||
border: none;
|
||||
padding: 6px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
#MainMenu ActionView {
|
||||
background: palette(window);
|
||||
border: none;
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar QToolButton{
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid #DEDEDE;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on{
|
||||
border-top: 3px solid rgba(30, 145, 255, 100%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:hover{
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar LXQtGroupPopup {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: rgba(30, 145, 255, 50%);
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton{
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#QuickLaunch QToolButton:hover{
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
/*
|
||||
* Volume plugin
|
||||
*/
|
||||
#VolumePlugin QToolButton {
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#VolumePlugin QToolButton:hover {
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
}
|
||||
|
||||
|
||||
VolumePopup {
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton {
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
padding: 2px 10px;
|
||||
margin: 3px;
|
||||
border-radius: 4px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton:hover {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
|
||||
VolumePopup > QSlider {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::groove:vertical {
|
||||
background: rgba(155, 155, 155, 50%);
|
||||
width: 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::handle:vertical {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
background: rgba(240, 240, 240, 100%);
|
||||
border-radius: 5px;
|
||||
border: 1px solid rgba(54, 54, 54, 100%);
|
||||
margin: 0 -4px; /* expand outside the groove */
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::add-page:vertical {
|
||||
background: rgba(30, 145, 255, 100%);
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
border-radius: 3px;
|
||||
|
||||
}
|
||||
|
||||
VolumePopup > QSlider::sub-page:vertical {
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
#DesktopSwitch QToolButton{
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover{
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on{
|
||||
border-top: 3px solid rgba(30, 145, 255, 100%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
/*
|
||||
* Mount plugin
|
||||
*/
|
||||
#LXQtMountPlugin MountButton{
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#LXQtMountPlugin MountButton:hover{
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#LXQtMountPopup {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem {
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem:hover {
|
||||
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton,
|
||||
#LXQtMountPopup #DiskButton {
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
qproperty-iconSize: 22px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton:hover,
|
||||
#LXQtMountPopup #DiskButton:hover {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
|
||||
#LXQtMountPopup #NoDiskLabel {
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
|
||||
#ShowDesktop {
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#ShowDesktop:hover{
|
||||
border-top: 3px solid rgba(30, 145, 255, 50%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator > QLabel {
|
||||
margin: 3px;
|
||||
padding-top: 2px;
|
||||
border-top: 3px solid transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
#KbIndicator QLabel:enabled {
|
||||
border-top: 3px solid rgba(30, 145, 255, 100%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#KbIndicator:disabled {
|
||||
background: transparent;
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
#Clock #TimeLabel{
|
||||
margin-right: 4px;
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
#Clock #DateLabel{
|
||||
color: rgba(54, 54, 54, 60%);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Tray
|
||||
*/
|
||||
|
||||
#Tray {
|
||||
min-width: 6px;
|
||||
}
|
||||
|
||||
TrayIcon {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* #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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
|
||||
#WorldClockContent {
|
||||
margin: 2px;
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
/*
|
||||
* CPU monitor
|
||||
*/
|
||||
|
||||
#LXQtCpuLoad {
|
||||
qproperty-fontColor: #cacaca;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Calendar Widget
|
||||
*/
|
||||
|
||||
QCalendarWidget #qt_calendar_navigationbar,
|
||||
QCalendarWidget #qt_calendar_navigationbar * {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
QCalendarWidget QToolButton {
|
||||
margin: 3px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
}
|
||||
QCalendarWidget QToolButton:hover {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
QCalendarWidget QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
QCalendarWidget QSpinBox {
|
||||
background: white;
|
||||
selection-background-color: rgba(30, 145, 255, 30%);
|
||||
selection-color: rgba(54, 54, 54, 100%);
|
||||
}
|
||||
|
||||
QCalendarWidget QTableView {
|
||||
background: rgba(240, 240, 240, 100%);
|
||||
selection-background-color:rgba(30, 145, 255, 30%);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_nextmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(/right-arrow.svg);
|
||||
}
|
||||
|
||||
QCalendarWidget #qt_calendar_prevmonth {
|
||||
max-height:20px;
|
||||
min-height:20px;
|
||||
qproperty-icon: url(/left-arrow.svg);
|
||||
}
|
||||
|
||||
QCalendarWidget QWidget {
|
||||
alternate-background-color: rgba(240, 240, 240, 100%);
|
||||
}
|
||||
QTableViewItem {
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
@ -0,0 +1,56 @@
|
||||
#panel {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
margin: 3px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
color: rgba(54, 54, 54, 100%);
|
||||
background: rgba(30, 145, 255, 30%);
|
||||
border: 1px solid rgba(30, 145, 255, 100%);
|
||||
}
|
||||
|
||||
QToolButton::menu-indicator {
|
||||
image: none;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/window-close.svg);
|
||||
}
|
||||
|
||||
#actionButton {
|
||||
qproperty-icon: url(lxqt-runner/application-menu.svg);
|
||||
}
|
||||
|
||||
#commandList {
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
margin: 0 1px 1px 1px;
|
||||
}
|
||||
|
||||
QMenu {
|
||||
border: 1px solid rgba(155, 155, 155, 100%);
|
||||
background:rgba(240, 240, 240, 100%);
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background: rgba(30, 145, 255, 50%);
|
||||
color: #313639;
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
image: url(right-arrow.svg);
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 1014 B |
After Width: | Height: | Size: 7.8 KiB |
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-dots.svg
|
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-line.svg
|
@ -0,0 +1,4 @@
|
||||
/* Wallpaper by Nuno from the KDE Visual Design Group */
|
||||
|
||||
wallpapers/size=9
|
||||
wallpapers/1/file=kde-plasma.png
|
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,17 @@
|
||||
Notification {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #B0B0B0;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#appLabel {
|
||||
color: #838581;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close-48x48.png);
|
||||
}
|
@ -0,0 +1,385 @@
|
||||
/*
|
||||
* General panel settings
|
||||
*/
|
||||
LXQtPanel #BackgroundWidget {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
}
|
||||
|
||||
/* PositionBottom */
|
||||
LXQtPanel[position="Bottom"] #BackgroundWidget {
|
||||
border-top: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionTop */
|
||||
LXQtPanel[position="Top"] #BackgroundWidget {
|
||||
border-bottom: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionLeft */
|
||||
LXQtPanel[position="Left"] #BackgroundWidget {
|
||||
border-right: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/* PositionRight */
|
||||
LXQtPanel[position="Right"] #BackgroundWidget {
|
||||
border-left: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
/*
|
||||
* General plugins settings
|
||||
*/
|
||||
Plugin {
|
||||
padding: 0;
|
||||
spacing: 20px;
|
||||
}
|
||||
|
||||
Plugin[NeedsHandle="true"] {
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
LXQtPanel[position="Bottom"] Plugin[NeedsHandle="true"],
|
||||
LXQtPanel[position="Top"] Plugin[NeedsHandle="true"] {
|
||||
background-image: url(lxqt-panel/plugin-handle-horizontal.gif);
|
||||
background-position: left center;
|
||||
margin-left: 3px;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
LXQtPanel[position="Bottom"][layoutDirection="1"] Plugin[NeedsHandle="true"],
|
||||
LXQtPanel[position="Top"][layoutDirection="1"] Plugin[NeedsHandle="true"] {
|
||||
background-position: right center;
|
||||
margin-left: 0px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
LXQtPanel[position="Right"] Plugin[NeedsHandle="true"],
|
||||
LXQtPanel[position="Left"] Plugin[NeedsHandle="true"] {
|
||||
background-image: url(lxqt-panel/plugin-handle-vertical.gif);
|
||||
background-position: center top;
|
||||
margin-top: 3px;
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
|
||||
Plugin > QToolButton,
|
||||
Plugin > QWidget > QToolButton > QWidget > QToolButton,
|
||||
Plugin > QWidget > QToolButton {
|
||||
margin: 0;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 3px;
|
||||
color: black;
|
||||
qproperty-iconSize: 22px;
|
||||
}
|
||||
|
||||
Plugin > QToolButton:pressed,
|
||||
Plugin > QWidget > QToolButton:pressed {
|
||||
margin: 2px 0 0 2px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Menus
|
||||
*/
|
||||
QMenu {
|
||||
background: palette(window);
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 2px;
|
||||
color: palette(text);
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: palette(text);
|
||||
padding: 5px 27px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QMenu::icon {
|
||||
border-color: 1px solid palette(window);
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Desktopswitch
|
||||
*/
|
||||
#DesktopSwitch {}
|
||||
|
||||
#DesktopSwitch QToolButton {
|
||||
margin: 1px;
|
||||
color: #555555;
|
||||
border: 1px solid #B0B0B0;
|
||||
background: rgba(0, 0, 0, 5%);
|
||||
}
|
||||
|
||||
LXQtPanel[position="0"] #DesktopSwitch QToolButton,
|
||||
LXQtPanel[position="1"] #DesktopSwitch QToolButton
|
||||
{
|
||||
margin-bottom: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:on {
|
||||
background: rgba(255, 255, 255, 40%);
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton:hover {
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#DesktopSwitch QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#QuickLaunchPlaceHolder {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
/*
|
||||
* QuickLaunch
|
||||
*/
|
||||
#QuickLaunch {}
|
||||
|
||||
/*
|
||||
* TaskBar
|
||||
*/
|
||||
#TaskBar {}
|
||||
|
||||
LXQtTaskButton {
|
||||
border: 2px groove silver;
|
||||
border-radius: 6px;
|
||||
margin: 3px 0 3px 0;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on {
|
||||
background: rgba(255, 255, 255, 80%);
|
||||
}
|
||||
|
||||
#TaskBar QToolButton:on,
|
||||
#TaskBar QToolButton:hover {
|
||||
margin: 4px 1px 4px 1px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#TaskBar QToolButton[urgent="true"] {
|
||||
color: palette(highlighted-text);
|
||||
background: palette(highlight);
|
||||
}
|
||||
|
||||
#TaskBar LXQtGroupPopup {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
/*
|
||||
* Clock
|
||||
*/
|
||||
#Clock #TimeLabel {
|
||||
font-size: 10pt;
|
||||
color: #606060;
|
||||
}
|
||||
#Clock #DateLabel {
|
||||
font-size: 8pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tray
|
||||
*/
|
||||
#Tray {
|
||||
min-width: 6px;
|
||||
}
|
||||
|
||||
TrayIcon {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Main menu
|
||||
*/
|
||||
#MainMenu {
|
||||
margin: 1px;
|
||||
border: 1px solid #004e6c;
|
||||
border-radius: 3px;
|
||||
background: qlineargradient(x1:1, y1:0, x2:0, y2:1, stop:0 #0078A6, stop:0.3 #006891, stop:1 #005576);
|
||||
qproperty-icon: url(mainmenu.svg);
|
||||
color: #EEEEEE;
|
||||
}
|
||||
|
||||
#MainMenu ActionView {
|
||||
background: palette(window);
|
||||
border: none;
|
||||
color: palette(text);
|
||||
}
|
||||
|
||||
#MainMenu ActionView::item {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
#MainMenu QLineEdit {
|
||||
background: palette(window);
|
||||
border: none;
|
||||
color: palette(text);
|
||||
padding: 6px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mount plugin
|
||||
*/
|
||||
#LXQtMountPopup {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #a59f94;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#LXQtMountPopup > MenuDiskItem:hover {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #80a8d3;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #EjectButton,
|
||||
#LXQtMountPopup #DiskButton {
|
||||
qproperty-iconSize: 22px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#LXQtMountPopup #NoDiskLabel {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Volume plugin
|
||||
*/
|
||||
VolumePopup > QPushButton {
|
||||
padding: 2px 10px;
|
||||
margin: 3px;
|
||||
qproperty-iconSize: 24px;
|
||||
}
|
||||
|
||||
VolumePopup > QPushButton:hover {
|
||||
margin: 1px;
|
||||
border: 2px solid #80a8d3;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ShowDesktop
|
||||
*/
|
||||
#ShowDesktop {}
|
||||
|
||||
|
||||
/*
|
||||
* KbIndicator
|
||||
*/
|
||||
#KbIndicator {
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#KbIndicator > QLabel {
|
||||
color: gray;
|
||||
border: 0px;
|
||||
margin: 2px 0;
|
||||
padding: 0px 3px;
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#KbIndicator > QLabel:enabled {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
margin: 0;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
/*
|
||||
* #SysStat
|
||||
*/
|
||||
#SysStat {
|
||||
padding: 1px 1px 1px 1px;
|
||||
}
|
||||
|
||||
#SysStat > QLabel {
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
#SysStat_Graph {
|
||||
qproperty-gridColor: rgba(0, 0, 0, 25%);
|
||||
qproperty-titleColor: rgba(0, 0, 0, 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(160, 160, 160);
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* WorldClock
|
||||
*/
|
||||
#WorldClockContent {
|
||||
font-size: 10pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
#WorldClockPopup > QLabel {
|
||||
font-size: 12pt;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
/*
|
||||
* CPU monitor
|
||||
*/
|
||||
#LXQtCpuLoad {
|
||||
qproperty-fontColor: #606060;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
After Width: | Height: | Size: 62 B |
After Width: | Height: | Size: 64 B |
@ -0,0 +1,15 @@
|
||||
Dialog {}
|
||||
|
||||
#panel {
|
||||
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
||||
border: 1px solid #B0B0B0;
|
||||
}
|
||||
|
||||
#closeButton {
|
||||
qproperty-icon: url(lxqt-runner/close-48x48.png);
|
||||
}
|
||||
|
||||
#commandList {
|
||||
border: none;
|
||||
margin: 0 1px 1px 1px;
|
||||
}
|
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 625 KiB |
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-dots.svg
|
@ -0,0 +1 @@
|
||||
../../../graphics/spacer-dark-line.svg
|
@ -0,0 +1,2 @@
|
||||
wallpapers/size=1
|
||||
wallpapers/1/file=simple_blue_widescreen.png
|
@ -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();
|
||||
}
|