aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-15 20:39:31 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-15 20:39:31 +0200
commit2091200c957783deed032380d56c4199a23c6b81 (patch)
treedc878b437a2ebbe9cfbe79eced7dc50ae8f4fc55 /main.c
parent7e476fb86ba254e6fe3a916ed7b5298e432a469c (diff)
new colorscheme (16-bit compliant)
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index de38cbc..1e1ad4c 100644
--- a/main.c
+++ b/main.c
@@ -148,6 +148,7 @@ setup(void) {
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);
+ initstyle();
initlayouts();
initbar();
/* multihead support */