* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-+/* Spare fonts */
-+static char *font2[] = {
-+ "Noto Emoji:pixelsize=12:antialias=true:autohint=true",
-+};
+/* Spare fonts */
+static char *font2[] = {
+ "Noto Emoji:pixelsize=12:antialias=true:autohint=true",
+};
static int borderpx = 2;
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg = 258;
-unsigned int defaultbg = 259;
+unsigned int defaultfg = 7;
+unsigned int defaultbg = 0;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
unsigned int bg = 17, bgUnfocused = 16;
*/
unsigned int defaultfg = 7;
unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
+unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
unsigned int bg = 17, bgUnfocused = 16;