From ebb310a97f275debbef493f469a0dfc5c4a577e4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:20:10 +0200 Subject: i3: Fix color table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'i3') diff --git a/i3/config b/i3/config index 32c1c04..20eaa35 100644 --- a/i3/config +++ b/i3/config @@ -119,13 +119,13 @@ bar { workspace_buttons yes strip_workspace_numbers yes colors { - #class border backgr. text - background #101010 - statusline #ffffff - urgent_workspace #303030 #202020 #bd3267 - active_workspace #5f5f5f #101010 #101010 - inactive_workspace #101010 #101010 #5f5f5f - focused_workspace #2e3436 #2a2a2a #FFFFFF + #class border backgr. text + background #101010 + statusline #ffffff + urgent_workspace #303030 #202020 #bd3267 + active_workspace #5f5f5f #101010 #101010 + inactive_workspace #101010 #101010 #5f5f5f + focused_workspace #2e3436 #2a2a2a #FFFFFF } } -- cgit v1.2.3-54-g00ecf