aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css
new file mode 100755
index 0000000..cd59445
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css
@@ -0,0 +1,16 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+style "xfdesktop_icon_view" {
+ XfdesktopIconView::label-alpha = 150
+ XfdesktopIconView::shadow-x-offset = 0
+ XfdesktopIconView::shadow-y-offset = 0
+ XfdesktopIconView::selected-label-alpha =200
+# XfdesktopIconView::shadow-color = "#000000"
+ fg[NORMAL] = @fg_color
+ fg[SELECTED] = @selected_focused_fg_color
+ fg[ACTIVE] = @selected_nofocus_fg_color
+}