]> git.sur5r.net Git - i3/i3/blobdiff - src/config_directives.c
Merge branch 'master' into next
[i3/i3] / src / config_directives.c
index e8fdfe77ec5a68b40bbb3e505c60aeae055377e3..80d7876b927f573d080a52a5b5c1aa259d593a1a 100644 (file)
@@ -392,6 +392,7 @@ CFGFUN(color, const char *colorclass, const char *border, const char *background
     APPLY_COLORS(focused);
     APPLY_COLORS(unfocused);
     APPLY_COLORS(urgent);
+    APPLY_COLORS(placeholder);
 
 #undef APPLY_COLORS
 }