aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-10-28 00:44:13 +0200
committerneodarz <neodarz@neodarz.net>2018-11-27 15:38:23 +0100
commit1df1c8c6d13e95fc72ebce63fc56a1db3f2fcf56 (patch)
tree355cefa43c5adb7a57725afc394060a2744df5f4
parentff0dee6e01a546e018460b3596275d475e64dcb4 (diff)
downloaddotfiles_ascii-1df1c8c6d13e95fc72ebce63fc56a1db3f2fcf56.tar.xz
dotfiles_ascii-1df1c8c6d13e95fc72ebce63fc56a1db3f2fcf56.zip
Clean conf file
-rw-r--r--i3/.config/i3/config18
1 files changed, 9 insertions, 9 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 9510fc8..8fd0feb 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -9,15 +9,15 @@
### THEME ###
-set $FOCUS #ffffff
-set $UNFOCUS #000000
-
-# Layout colors bord bg text indicator (split)
-client.focused $FOCUS $FOCUS $UNFOCUS $FOCUS
-client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
-client.unfocused $UNFOCUS $UNFOCUS $FOCUS $UNFOCUS
-client.urgent $FOCUS $UNFOCUS $FOCUS $FOCUS
-client.background $UNFOCUS
+set $WHITE #ffffff
+set $BLACK #000000
+
+# Layout colors bord bg text indicator (split)
+client.focused $WHITE $WHITE $BLACK $WHITE
+client.focused_inactive $BLACK $BLACK $BLACK $BLACK
+client.unfocused $BLACK $BLACK $WHITE $BLACK
+client.urgent $WHITE $BLACK $WHITE $WHITE
+client.background $BLACK
### Borders ###