From f23ac8573fd93ae0d3dfd7dc02c50be4aac23d0b Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Tue, 22 May 2018 21:47:06 -0700 Subject: [PATCH] Fixes bug with default configuration YAML --- wtf/config_files.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wtf/config_files.go b/wtf/config_files.go index ba10b3b7..ff57654d 100644 --- a/wtf/config_files.go +++ b/wtf/config_files.go @@ -106,9 +106,8 @@ func WriteConfigFile() { } } -const simpleConfig = ` -wtf: - colors: +const simpleConfig = `wtf: + colors: border: focusable: darkslateblue focused: orange