about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2023-03-29 17:27:22 -0400
committer2023-03-29 17:27:22 -0400
commitdfd945e8bac21bcf54de597606cadab0087ff413 (patch)
tree3605334734af1537dc0a1419ed1caa85d9ba5279
parent5306e4976214e50c1667d5e1af6bc2166cb20351 (diff)
downloaddwm-dfd945e8bac21bcf54de597606cadab0087ff413.tar.gz
-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},