commit 2c3bfee77eefdd23efadbee4a1738c9e9bda5475
parent ae1f3df033ef723621c41bf0c73d55d37a6b07db
Author: Kris Maglione <jg@suckless.org>
Date: Wed, 30 Sep 2009 00:22:16 -0400
Add comment to wmii.suckless.org/themes.tpl
Diffstat:
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/wmii.suckless.org/themes.tpl b/wmii.suckless.org/themes.tpl
@@ -1,4 +1,11 @@
% {
+# To add your themes to this file, define them below as you would
+# in rc syntax, and follow them with a call to:
+#
+# theme "theme name"
+#
+# See below for examples.
+
THEMES
======
@@ -51,77 +58,93 @@ fn theme {
WMII_FOCUSCOLORS=('#ffffff' '#153F1F' '#2A7F3F')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#222222' '#5FBF77' '#2A7F3F')
+
theme 'default'
WMII_FOCUSCOLORS=('#A0FF00' '#686363' '#8c8c8c')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#e0e0e0' '#444444' '#666666')
+
theme 'gray and green'
WMII_FOCUSCOLORS=('#000000' '#bbc5ff' '#000000')
WMII_BACKGROUND='#ddeedd'
WMII_NORMCOLORS=('#000000' '#f8f8f4' '#f8f8f4')
+
theme 'light blue and white'
WMII_FOCUSCOLORS=('#ffffff' '#285577' '#4C7899')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#888888' '#222222' '#333333')
+
theme 'blue and smoke'
WMII_FOCUSCOLORS=('#ff7700' '#11111' '#ff7700')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#000000' '#ffffff' '#666666')
WMII_FONT='-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*'
+
theme 'sleepless night'
WMII_FOCUSCOLORS=('#66FF00' '#101010' '#66FF00')
WMII_BACKGROUND='#888888'
WMII_NORMCOLORS=('#EEEEEE' '#000000' '#111111')
WMII_FONT='-artwiz-snap-normal-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'the green'
WMII_FOCUSCOLORS=('#000000' '#CD6D37' '#000000')
WMII_BACKGROUND='#888888'
WMII_NORMCOLORS=('#000000' '#848484' '#000000')
WMII_FONT='-b&h-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*'
+
theme 'the orange'
WMII_FOCUSCOLORS=('#fefefe' '#307080' '#5090a0')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#cccccc' '#004050' '#002030')
WMII_FONT='-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*'
+
theme 'crystal shining style'
WMII_FOCUSCOLORS=('#FFFFFF' '#FF11FF' '#000000')
WMII_BACKGROUND='#FF88FF'
WMII_NORMCOLORS=('#000000' '#FF55FF' '#000000')
WMII_FONT='-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*'
+
theme 'kawai anime'
WMII_FOCUSCOLORS=('#eeeeee' '#506070' '#708090')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#bbbbbb' '#222222' '#000000')
WMII_FONT='-artwiz-snap-*-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'anthrazit style'
WMII_FOCUSCOLORS=('#000000' '#eaffff' '#8888cc')
WMII_BACKGROUND='#757575'
WMII_NORMCOLORS=('#000000' '#ffffea' '#bdb76b')
WMII_FONT='-artwiz-glispbold-*-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'acme style'
WMII_FOCUSCOLORS=('#000000' '#9eeeee' '#8888cc')
WMII_BACKGROUND='#757575'
WMII_NORMCOLORS=('#000000' '#eeee9e' '#99994c')
WMII_FONT='-artwiz-glispbold-*-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'acme darkly style'
WMII_FOCUSCOLORS=('#000000' '#9191FF' '#444444')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#9191FF' '#000000' '#444444')
WMII_FONT='-artwiz-glispbold-*-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'blue style'
WMII_FOCUSCOLORS=('#EEEEEE' '#005577' '#006699')
WMII_BACKGROUND='#111111'
WMII_NORMCOLORS=('#BBBBBB' '#222222' '#000000')
WMII_FONT='-artwiz-glispbold-*-*-*-*-*-*-*-*-*-*-*-*'
+
theme 'bluedark style'
WMII_FOCUSCOLORS=('#ffffff' '#282828' '#cccccc')
WMII_BACKGROUND='#333333'
WMII_NORMCOLORS=('#e0e0e0' '#0a0a0a' '#606060')
+
theme 'gloom'
WMII_FOCUSCOLORS=('#54FF54' '#000000' '#73A5FF')
WMII_BACKGROUND='#000000'
WMII_NORMCOLORS=('#A8A8A8' '#000000' '#A07040')
WMII_FONT='*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*'
+
theme 'Xterm style'
%}