From 5fee59e19e46ccee891c96e8177afb7d4c400e57 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 2 Jun 2015 16:16:36 +0100 Subject: 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. --- colorsets/DarkDesktop.cs | 58 ----------------------------------------------- colorsets/WhiteDesktop.cs | 58 ----------------------------------------------- 2 files changed, 116 deletions(-) delete mode 100644 colorsets/DarkDesktop.cs delete mode 100644 colorsets/WhiteDesktop.cs (limited to 'colorsets') diff --git a/colorsets/DarkDesktop.cs b/colorsets/DarkDesktop.cs deleted file mode 100644 index 804e82d..0000000 --- a/colorsets/DarkDesktop.cs +++ /dev/null @@ -1,58 +0,0 @@ -# DarkDesktop colorset -# Written by: fRiQ - -SetEnv Colorset_Name "DarkDesktop" -SetEnv Colorset_Author "fRiQ" - -# What colorsets do we use? -Read $[FVWM_SYSTEMDIR]/colorsets/colorset-definition - -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# QuakeConsole, thumbnailed windows -Colorset $[cs_quakeconsole] \ -Foreground "black", Background "black", \ -Hilight "black", Shadow "black", \ -IconAlpha 70 - - -Colorset $[cs_panel_inactive] \ -Foreground "white", Background "#444444", \ -Tint "black" 50, RootTransparent, \ -fgTint, IconAlpha, IconTint - -Colorset $[cs_panel_active] \ -Foreground "darkgray", Background "darkgray", \ -Hilight "darkgray", Shadow "darkgray", \ -Tint "#000066" 50, RootTransparent - -Colorset $[cs_panel_wininactive] \ -Foreground "gray", Background "#777777", \ -Hilight "#444444", Shadow "#444444", \ -Tint "black" 50, RootTransparent - -Colorset $[cs_panel_winactive] \ -Foreground "white", Background "#777777", \ -Hilight "#666666", Shadow "#666666", \ -Tint "blue" 50, RootTransparent - -Colorset $[cs_panel_border] \ -Background "#777777" - -Colorset $[cs_menu_inactive] \ -Foreground "white", Background "#777777", \ -Hilight "#777777", Shadow "#777777", \ -Translucent "black" 60 - -Colorset $[cs_menu_active] \ -Foreground "black", Background "gray", \ -Hilight "black", Shadow "gray" - - -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Additional variables -SetEnv ThumbBorderColor "gray" -SetEnv ExternalFontColor "gray40" - -SetEnv TrayerTint "0x000000" -SetEnv TrayerAlpha "128" - diff --git a/colorsets/WhiteDesktop.cs b/colorsets/WhiteDesktop.cs deleted file mode 100644 index 09249fc..0000000 --- a/colorsets/WhiteDesktop.cs +++ /dev/null @@ -1,58 +0,0 @@ -# WhiteDesktop colorset -# Written by: Social - -SetEnv Colorset_Name "WhiteDesktop" -SetEnv Colorset_Author "Social" - -# What colorsets do we use? -Read $[FVWM_SYSTEMDIR]/colorsets/colorset-definition - -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# QuakeConsole, thumbnailed windows -Colorset $[cs_quakeconsole] \ -Foreground "black", Background "black", \ -Hilight "black", Shadow "black", \ -IconAlpha 70 - - -Colorset $[cs_panel_inactive] \ -Foreground "black", Background "#444444", \ -Tint "#aaaaaa" 50, RootTransparent, \ -fgTint, IconAlpha, IconTint - -Colorset $[cs_panel_active] \ -Foreground "darkgray", Background "darkgray", \ -Hilight "darkgray", Shadow "darkgray", \ -Tint "#888888" 50, RootTransparent - -Colorset $[cs_panel_wininactive] \ -Foreground "#555555", Background "#777777", \ -Hilight "#444444", Shadow "#444444", \ -Tint "#aaaaaa" 60, RootTransparent - -Colorset $[cs_panel_winactive] \ -Foreground "black", Background "#777777", \ -Hilight "#666666", Shadow "#666666", \ -Tint "#aaaaaa" 80, RootTransparent - -Colorset $[cs_panel_border] \ -Background "#777777" - -Colorset $[cs_menu_inactive] \ -Foreground "black", Background "white", \ -Hilight "white", Shadow "white", \ -Translucent "#aaaaaa" 50 - -Colorset $[cs_menu_active] \ -Foreground "#333333", Background "white", \ -Hilight "#333333", Shadow "gray" - - -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Additional variables -SetEnv ThumbBorderColor "black" -SetEnv ExternalFontColor "gray40" - -SetEnv TrayerTint "0xaaaaaa" -SetEnv TrayerAlpha "128" - -- cgit v1.2.3