change i3 focused colors and tmux status background to green

This commit is contained in:
Łukasz Pankowski 2020-01-24 19:50:35 +01:00
parent 2993bb11eb
commit c3a2bb4cce
2 changed files with 6 additions and 1 deletions

View File

@ -170,9 +170,14 @@ mode "$mode_cmd" {
bindsym $mod+semicolon 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 # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {
position top position top
status_command i3status status_command i3status
colors {
focused_workspace #3b8a6c #107d4a #fafafa
}
} }

View File

@ -1,4 +1,4 @@
set -g status-bg colour18 set -g status-bg colour28
set -g status-fg colour7 set -g status-fg colour7
set -g prefix C-t set -g prefix C-t