about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-12 10:16:35 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-12 10:16:35 +0200
commit696eab240c5e7d2dd63716e1b9723d6a3036feb2 (patch)
treec46fc11397f5689e1d1405934a146e01d033edd9 /config.h
parentChanged title bar colorscheme (diff)
downloaddwm-696eab240c5e7d2dd63716e1b9723d6a3036feb2.tar.gz
dwm-696eab240c5e7d2dd63716e1b9723d6a3036feb2.tar.bz2
dwm-696eab240c5e7d2dd63716e1b9723d6a3036feb2.zip
Fixed a formatting issue
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3b819ca..0683387 100644
--- a/config.h
+++ b/config.h
@@ -20,7 +20,7 @@ static const char *colors[][3]      = {
 	/*               fg         bg         border   */
 	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
 	[SchemeSel]  = { col_gray4, col_cyan,  col_cyan  },
-	[SchemeTitle]= { col_gray3, col_gray1,  col_gray2  },
+	[SchemeTitle]= { col_gray3, col_gray1, col_gray2  },
 
 };
 static const unsigned int alphas[][3]      = {