aboutsummaryrefslogtreecommitdiff
path: root/decorations/Dakkar/Default/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/Default/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/Default/Colorsets')
-rw-r--r--decorations/Dakkar/Default/Colorsets19
1 files changed, 19 insertions, 0 deletions
diff --git a/decorations/Dakkar/Default/Colorsets b/decorations/Dakkar/Default/Colorsets
new file mode 100644
index 0000000..2b75860
--- /dev/null
+++ b/decorations/Dakkar/Default/Colorsets
@@ -0,0 +1,19 @@
+# Colorset setup
+
+# What colorset numbers do we use?
+InfoStoreAdd cs_window_inactive "9"
+InfoStoreAdd cs_window_active "10"
+
+# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+# Colorsets
+
+Colorset $[infostore.cs_window_inactive] \
+Foreground "#7f7d7b", Background "#bfbcb9", \
+Hilight "#666666", Shadow "#666666", \
+VGradient 100 3 "#f2eeeb" 40 "#f1edea" 10 "#bfbcb9" 50 "#d4d1cd", Tint
+
+Colorset $[infostore.cs_window_active] \
+Foreground "white", Background "#637a8a", \
+Hilight "gray", Shadow "gray", \
+VGradient 100 3 "#90a8b9" 40 "#8ba4b6" 10 "#576b79" 50 "#6d8798", Tint
+