diff --git a/dwm/config.def.h b/dwm/config.def.h
index a06ff1b..900f75d 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -1,22 +1,22 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static const unsigned int borderpx  = 3;        /* border pixel of windows */
+static const unsigned int borderpx  = 4;        /* border pixel of windows */
 static const unsigned int gappx     = 10;        /* gaps between windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
 static const char *fonts[]          = { "monospace:size=12" };
 static const char dmenufont[]       = "monospace:size=12";
-static const char col_gray1[]       = "#7FB414";
-static const char col_gray2[]       = "#7FB414";
-static const char col_gray3[]       = "#E5F9BD";
+static const char col_gray1[]       = "#A0E418";
+static const char col_gray2[]       = "#E5F9BD";
+static const char col_gray3[]       = "#505250";
 static const char col_gray4[]       = "#505250";
-static const char col_cyan[]        = "#A0E418";
+static const char col_cyan[]        = "#7FB414";
 static const char *colors[][3]      = {
 	/*               fg         bg         border   */
 	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
-	[SchemeSel]  = { col_gray4, col_cyan,  "#E5F9BD"  },
+	[SchemeSel]  = { col_gray4, col_cyan,  col_cyan  },
 };
 
 /* tagging */
diff --git a/dwm/config.h b/dwm/config.h
index a06ff1b..900f75d 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -1,22 +1,22 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static const unsigned int borderpx  = 3;        /* border pixel of windows */
+static const unsigned int borderpx  = 4;        /* border pixel of windows */
 static const unsigned int gappx     = 10;        /* gaps between windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
 static const char *fonts[]          = { "monospace:size=12" };
 static const char dmenufont[]       = "monospace:size=12";
-static const char col_gray1[]       = "#7FB414";
-static const char col_gray2[]       = "#7FB414";
-static const char col_gray3[]       = "#E5F9BD";
+static const char col_gray1[]       = "#A0E418";
+static const char col_gray2[]       = "#E5F9BD";
+static const char col_gray3[]       = "#505250";
 static const char col_gray4[]       = "#505250";
-static const char col_cyan[]        = "#A0E418";
+static const char col_cyan[]        = "#7FB414";
 static const char *colors[][3]      = {
 	/*               fg         bg         border   */
 	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
-	[SchemeSel]  = { col_gray4, col_cyan,  "#E5F9BD"  },
+	[SchemeSel]  = { col_gray4, col_cyan,  col_cyan  },
 };
 
 /* tagging */
diff --git a/st/config.def.h b/st/config.def.h
index 66f6d4f..a95dfa9 100644
--- a/st/config.def.h
+++ b/st/config.def.h
@@ -120,7 +120,7 @@ static const char *colorname[] = {
 	/* more colors can be added after 255 to use with DefaultXX */
 	"#cccccc",
 	"#555555",
-	"gray90", /* default foreground colour */
+	"white", /* default foreground colour */
 	"#161d16", /* default background colour */
 };
 
diff --git a/st/config.h b/st/config.h
index 66f6d4f..a95dfa9 100644
--- a/st/config.h
+++ b/st/config.h
@@ -120,7 +120,7 @@ static const char *colorname[] = {
 	/* more colors can be added after 255 to use with DefaultXX */
 	"#cccccc",
 	"#555555",
-	"gray90", /* default foreground colour */
+	"white", /* default foreground colour */
 	"#161d16", /* default background colour */
 };