Browse Source

Use Xresources for back- and foreground colors

Frans Bergman 6 years ago
parent
commit
97717eae8c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config.h

+ 4 - 4
config.h

@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "Hack:pixelsize=16:antialias=true:autohint=true";
+static char *font = "Hack:style=Regular:pixelsize=16;1";
 static int borderpx = 0;
 
 /*
@@ -175,9 +175,9 @@ ResourcePref resources[] = {
 		{ "color13",      STRING,  &colorname[13] },
 		{ "color14",      STRING,  &colorname[14] },
 		{ "color15",      STRING,  &colorname[15] },
-//		{ "background",   STRING,  &colorname[258] },
-//		{ "foreground",   STRING,  &colorname[257] },
-//		{ "cursorColor",  STRING,  &colorname[258] },
+		{ "background",   STRING,  &colorname[258] },
+		{ "foreground",   STRING,  &colorname[257] },
+		{ "cursorColor",  STRING,  &colorname[258] },
 		{ "termname",     STRING,  &termname },
 		{ "shell",        STRING,  &shell },
 		{ "xfps",         INTEGER, &xfps },