about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index e2a07ec..344b91d 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,7 @@ static char normbgcolor[]           = "#000000";
 static char normbordercolor[]       = "#555555";
 static char normfgcolor[]           = "#bbbbbb";
 static char selfgcolor[]            = "#eeeeee";
-static char selbordercolor[]        = "#ff0000";
+static char selbordercolor[]        = "#ff1493";
 static char selbgcolor[]            = "#ff1493";
 static char *colors[][3] = {
        /*               fg           bg           border   */
@@ -34,7 +34,7 @@ typedef struct {
 	const void *cmd;
 } Sp;
 const char *spcmd1[] = {TERMINAL, "-n", "spterm", "-g", "120x34", NULL };
-const char *spcmd2[] = {TERMINAL, "-n", "spcalc", "-f", "MesloLGS Nerd Font:size=14", "-g", "50x20", "-e", "bc", "-lq", NULL };
+const char *spcmd2[] = {TERMINAL, "-n", "spcalc", "-f", "MesloLGS NF:size=14", "-g", "50x20", "-e", "bc", "-lq", NULL };
 static Sp scratchpads[] = {
 	/* name          cmd  */
 	{"spterm",      spcmd1},