diff --git a/.config/i3/config b/.config/i3/config index cec8a8c..db44024 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -170,9 +170,14 @@ mode "$mode_cmd" { bindsym $mod+semicolon mode "$mode_cmd" +client.focused #3b8a6c #107d4a #fafafa #a9e694 #107d4a + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { position top status_command i3status + colors { + focused_workspace #3b8a6c #107d4a #fafafa + } } diff --git a/.tmux.conf b/.tmux.conf index 3397dc4..7934e2c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -set -g status-bg colour18 +set -g status-bg colour28 set -g status-fg colour7 set -g prefix C-t