change i3 focused colors and tmux status background to green
This commit is contained in:
parent
2993bb11eb
commit
c3a2bb4cce
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user