Indent colorscheme for i3
This commit is contained in:
parent
365198dbfe
commit
935b8adb37
1 changed files with 11 additions and 11 deletions
|
@ -143,11 +143,11 @@ bar {
|
||||||
statusline #eeeeee
|
statusline #eeeeee
|
||||||
separator #4b5262
|
separator #4b5262
|
||||||
|
|
||||||
# colour of border, background, and text
|
# colour of: border, background, text
|
||||||
focused_workspace #222222 #bf616a #d8dee8
|
focused_workspace #222222 #bf616a #d8dee8
|
||||||
active_workspace #222222 #222222 #d8dee8
|
active_workspace #222222 #222222 #d8dee8
|
||||||
inactive_workspace #222222 #222222 #d8dee8
|
inactive_workspace #222222 #222222 #d8dee8
|
||||||
urgent_workspace #222222 #ebcb8b #222222
|
urgent_workspace #222222 #ebcb8b #222222
|
||||||
}
|
}
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
}
|
}
|
||||||
|
@ -165,10 +165,10 @@ for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo
|
||||||
bindsym $super+z gaps inner current plus 5
|
bindsym $super+z gaps inner current plus 5
|
||||||
bindsym $super+Shift+z gaps inner current minus 5
|
bindsym $super+Shift+z gaps inner current minus 5
|
||||||
|
|
||||||
# colour of border, background, text, indicator, and child_border
|
# colour of: border, background, text, indicator, child_border
|
||||||
client.focused #bf616a #222222 #d8dee8 #bf616a #9fe89a
|
client.focused #bf616a #222222 #d8dee8 #bf616a #9fe89a
|
||||||
client.focused_inactive #222222 #222222 #d8dee8 #222222 #222222
|
client.focused_inactive #222222 #222222 #d8dee8 #222222 #222222
|
||||||
client.unfocused #222222 #222222 #d8dee8 #222222 #222222
|
client.unfocused #222222 #222222 #d8dee8 #222222 #222222
|
||||||
client.urgent #222222 #222222 #d8dee8 #222222 #222222
|
client.urgent #222222 #222222 #d8dee8 #222222 #222222
|
||||||
client.placeholder #222222 #222222 #d8dee8 #222222 #222222
|
client.placeholder #222222 #222222 #d8dee8 #222222 #222222
|
||||||
client.background #222222
|
client.background #222222
|
||||||
|
|
Loading…
Add table
Reference in a new issue