aboutsummaryrefslogtreecommitdiff
path: root/decorations/Dakkar/Colorsets
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
committerdakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
commit5fee59e19e46ccee891c96e8177afb7d4c400e57 (patch)
tree5b7bf522a8f77f302bdf6c7c0c98e827605440a2 /decorations/Dakkar/Colorsets
parentshift-FF for private window (diff)
downloadfvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.gz
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.bz2
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.zip
update to fvwm-crystal 3.2.3
This update is big: upstream has simplified and refactored everything, so I had to move stuff around a lot. I now rely much more on the overlay system, instead of adding custom files all over the place.
Diffstat (limited to 'decorations/Dakkar/Colorsets')
-rw-r--r--decorations/Dakkar/Colorsets24
1 files changed, 0 insertions, 24 deletions
diff --git a/decorations/Dakkar/Colorsets b/decorations/Dakkar/Colorsets
deleted file mode 100644
index 549aaa4..0000000
--- a/decorations/Dakkar/Colorsets
+++ /dev/null
@@ -1,24 +0,0 @@
-# Colorset setup
-
-# What colorset numbers do we use?
-SetEnv cs_window_inactive "9"
-SetEnv cs_window_active "10"
-SetEnv cs_window_inactiveborder "11"
-SetEnv cs_window_activeborder "12"
-
-# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-# Colorsets
-
-Colorset $[cs_window_inactive] \
-Foreground "black", Background "black", \
-Hilight "white", Shadow "#e0d9d2", \
-Fgsh "#e0d9d2"
-
-Colorset $[cs_window_active] \
-Foreground "white", Background "black", \
-Hilight "white", Shadow "gray", \
-fgsh "black"
-
-Colorset $[cs_window_inactiveborder] Background "#3e3c39"
-Colorset $[cs_window_activeborder] Background "#1f252b"
-