diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-09-05 17:34:56 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-09-05 17:34:56 -0500 |
commit | 2094c690a116c8447dbafd89f1eb6d209df20dd0 (patch) | |
tree | cffc6aa63ae8d76fe1ec79fd20f6a02393aa229f /i3/config | |
parent | d12187a742e9c789438f4db9e53298a7b5af30b3 (diff) |
i3 config colors
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -18,6 +18,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal +#bindsym $mod+Return exec urxvt # kill focused window bindsym $mod+Shift+q kill @@ -141,3 +142,14 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +# colors +# class border backgr. text indicator child_border +client.focused #1d1f21 #373b41 #ffffff #2e9ef4 #285577 +client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a +client.unfocused #1d1f21 #1d1f21 #888888 #292d2e #222222 +client.urgent #ffffff #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c + +client.background #ffffff + |