|
|
@ -3,7 +3,7 @@ |
|
|
|
#define TERMCLASS "St" |
|
|
|
|
|
|
|
/* appearance */ |
|
|
|
static unsigned int borderpx = 3; /* border pixel of windows */ |
|
|
|
static unsigned int borderpx = 2; /* border pixel of windows */ |
|
|
|
static unsigned int snap = 40; /* snap pixel */ |
|
|
|
static unsigned int gappih = 10; /* horiz inner gap between windows */ |
|
|
|
static unsigned int gappiv = 10; /* vert inner gap between windows */ |
|
|
@ -13,13 +13,13 @@ static int swallowfloating = 0; /* 1 means swallow floating windows by |
|
|
|
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ |
|
|
|
static int showbar = 1; /* 0 means no bar */ |
|
|
|
static int topbar = 1; /* 0 means bottom bar */ |
|
|
|
static char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
|
|
|
static char *fonts[] = { "monospace:size=6", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
|
|
|
static char normbgcolor[] = "#222222"; |
|
|
|
static char normbordercolor[] = "#444444"; |
|
|
|
static char normfgcolor[] = "#bbbbbb"; |
|
|
|
static char selfgcolor[] = "#eeeeee"; |
|
|
|
static char selbordercolor[] = "#5c80bc"; |
|
|
|
static char light_purple[] = "#B69316"; |
|
|
|
static char selbordercolor[] = "#FA58B6"; // header color purple |
|
|
|
static char light_purple[] = "#7A0BC0"; // border color blue |
|
|
|
static char selbgcolor[] = "#CDD1C4"; |
|
|
|
static char last_color[] = "#4d5061"; |
|
|
|
|
|
|
|