static const char font[]            = "-*-fxd-medium-*-*-10-*-*-*-*-*-*-*";

#define NUMCOLORS         6
static const char colors[NUMCOLORS][ColLast][8] = {
   // border   foreground  background
   { "#51271F", "#F2A25C", "#260B0B" },  // 1 = normal
   { "#A36D3E", "#F2A25C", "#400E0E" },  // 2 = selected
   { "#A36D3E", "#486825", "#260B0B" },  // 3 = green
   { "#A36D3E", "#B45B00", "#260B0B" },  // 4 = orange
   { "#A36D3E", "#AA261F", "#260B0B" },  // 5 = red
   { "#A36D3E", "#B45B00", "#260B0B" },  // 6 = mpd
};

static const unsigned int borderpx  = 1;
static const unsigned int gappx     = 4;
static const unsigned int snap      = 16;
static const Bool showbar           = True;
static const Bool topbar            = False;