diff --git a/config.h b/config.h
index fc5e685..6626f12 100644
--- a/config.h
+++ b/config.h
@@ -98,26 +98,22 @@ float alpha = 0.5, alphaUnfocused = 0.3;
 
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {
-	/* 8 normal colors */
-	"black",
-	"red3",
-	"green3",
-	"yellow3",
-	"blue2",
-	"magenta3",
-	"cyan3",
-	"gray90",
-
-	/* 8 bright colors */
-	"gray50",
-	"red",
-	"green",
-	"yellow",
-	"#5c5cff",
-	"magenta",
-	"cyan",
-	"white",
-
+	"#263238", /* base00 */
+	"#f07178", /* base08 */
+	"#c3e88d", /* base0B */
+	"#ffcb6b", /* base0A */
+	"#82aaff", /* base0D */
+	"#c792ea", /* base0E */
+	"#89ddff", /* base0C */
+	"#eeffff", /* base05 */
+	"#546e7a", /* base03 */
+	"#f78c6c", /* base09 */
+	"#2e3c43", /* base01 */
+	"#314549", /* base02 */
+	"#b2ccd6", /* base04 */
+	"#eeffff", /* base06 */
+	"#ff5370", /* base0F */
+	"#ffffff", /* base07 */
 	[255] = 0,
 
 	/* more colors can be added after 255 to use with DefaultXX */
diff --git a/st b/st
index 9cac99d..ccaa5fe 100755
Binary files a/st and b/st differ
diff --git a/x.o b/x.o
index ddbdcc1..0940875 100644
Binary files a/x.o and b/x.o differ