summaryrefslogtreecommitdiff
path: root/wm/pwm/files
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-02 11:21:28 +0000
committersalo <salo@pkgsrc.org>2006-06-02 11:21:28 +0000
commit3e8ac8d07f7a5aeaab1e43aefedb52de4e929362 (patch)
treed4c0213bb8964b4eee45fa3af1c14e6887c6504f /wm/pwm/files
parent149cd7411dc6cafd3e5f5c040b15588359bc44d6 (diff)
downloadpkgsrc-3e8ac8d07f7a5aeaab1e43aefedb52de4e929362.tar.gz
Updated to 20060517 snapshot.
Changes: - add my theme file, - delint. 20060517: - Applied a crash patch to thing.c by Ben Stern.
Diffstat (limited to 'wm/pwm/files')
-rw-r--r--wm/pwm/files/look-cdelike.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/wm/pwm/files/look-cdelike.conf b/wm/pwm/files/look-cdelike.conf
new file mode 100644
index 00000000000..a8cfc83af92
--- /dev/null
+++ b/wm/pwm/files/look-cdelike.conf
@@ -0,0 +1,42 @@
+# $NetBSD: look-cdelike.conf,v 1.1 2006/06/02 11:21:29 salo Exp $
+#
+# (Solaris) CDE-like color scheme for PWM
+#
+
+font "-*-helvetica-bold-r-normal--12-*-*-*-*-*-*-*"
+menu_font "-*-helvetica-medium-r-normal--12-*-*-*-*-*-*-*"
+
+# border width, bevel width
+border_w 4, 1
+
+# bar min width, bar max width q, tab min width
+bar_w 150, 0.95, 150
+
+# Used colors:
+#
+# #adb5c6 (173 / 181 / 198) - base grey
+# #b54a7b (181 / 74 / 123) - base selected violet
+# #9494a5 (148 / 148 / 165) - base unselected grey
+#
+# #dedee7 (222 / 222 / 231) - light outline grey
+# #5a636b ( 90 / 99 / 107) - dark outline grey
+# #deadc6 (222 / 173 / 198) - light selected violet
+# #522139 ( 82 / 33 / 57) - dark selected violet
+#
+# #000000 - black
+# #ffffff - white
+#
+# Recommended:
+#
+# xsetroot -solid \#666677
+#
+# highlight, shadow, background, foreground
+act_tab_colors "#dedee7", "#5a636b", "#adb5c6", "#000000"
+act_tab_sel_colors "#deadc6", "#522139", "#b54a7b", "#ffffff"
+act_base_colors "#dedee7", "#5a636b", "#adb5c6", "#000000"
+act_sel_colors "#b54a7b", "#b54a7b", "#b54a7b", "#ffffff"
+
+tab_colors "#dedee7", "#5a636b", "#adb5c6", "#000000"
+tab_sel_colors "#dedee7", "#5a636b", "#9494a5", "#000000"
+base_colors "#dedee7", "#5a636b", "#adb5c6", "#000000"
+sel_colors "#b54a7b", "#b54a7b", "#b54a7b", "#ffffff"