diff options
author | Ken Moore <moorekou@gmail.com> | 2018-08-27 08:08:05 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2018-08-27 08:08:05 -0400 |
commit | f07785e07b6ce00cbe81eb179e34b98398fa4056 (patch) | |
tree | 228c33786e193691153f164b385afbd2d6b7fe79 /src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss | |
parent | A few fixes for Lumina: (diff) | |
download | lumina-f07785e07b6ce00cbe81eb179e34b98398fa4056.tar.gz lumina-f07785e07b6ce00cbe81eb179e34b98398fa4056.tar.bz2 lumina-f07785e07b6ce00cbe81eb179e34b98398fa4056.zip |
Split the background coloration of the desktop items into a separate style file.
This allows the desktop icons to be transparent-background by default, or add the other style as well for the boxy/glass look.
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss b/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss new file mode 100644 index 00000000..e3348e81 --- /dev/null +++ b/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass-deskop-icons.qss @@ -0,0 +1,11 @@ +LDPlugin#applauncher QToolButton, LDPlugin, LDPlugin#desktopview QListWidget::item{ + background-color: qradialgradient(spread:reflect, cx:0.113757, cy:0.875, radius:0.7, fx:0.045, fy:0.954545, stop:0 rgba(5, 5, 5, 30), stop:1 rgba(2, 2, 2, 70)); + border-width: 3px; + border-style: solid; + border-radius: 5px; + border-top-color: qradialgradient(spread:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0, 0, 0, 30), stop:0.724868 rgba(0, 0, 0, 60), stop:1 rgba(0, 0, 0, 10)); + border-bottom-color: qradialgradient(spread:pad, cx:0.5, cy:0, radius:0.5, fx:0.5, fy:0, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 60), stop:1 rgba(0,0,0, 10)); + border-left-color: qradialgradient(spread:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 60), stop:1 rgba(0,0,0, 10)); + border-right-color: qradialgradient(spread:pad, cx:0, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 60), stop:1 rgba(0,0,0, 10)); + color: white; +} |