diff --git a/config.def.h b/config.def.h
index 259e2e9..7352b72 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,13 +10,13 @@ static const int horizpadbar        = 5;        /* horizontal padding for status
 static const int vertpadbar         = 5;        /* vertical padding for statusbar */
 static const int vertpad            = 10;       /* vertical padding of bar */
 static const int sidepad            = 10;       /* horizontal padding of bar */
-static const char *fonts[]          = { "monospace:size=10", "remixicon:size=10" };
-static const char dmenufont[]       = "monospace:size=10";
+static const char *fonts[]          = { "monospace:size=12", "remixicon:size=14" };
+static const char dmenufont[]       = "monospace:size=12";
 static const char col_gray1[]       = "#597445";
 static const char col_gray2[]       = "#658147";
 static const char col_gray3[]       = "#e7f0dc";
 static const char col_gray4[]       = "#eeeeee";
-static const char col_cyan[]        = "#f0bb78";
+static const char col_cyan[]        = "#c6b652";
 static const char *colors[][3]      = {
 	/*               fg         bg         border   */
 	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },