Skip to content

Commit

Permalink
[sway] Switch tab colors to make active tab look active
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rey committed Jun 30, 2020
1 parent 20c74b9 commit 789918c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dot_config/sway/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ include ./autostart
### Theme
include "$HOME/.cache/wal/colors-sway"
#### Property Name, border-main, bg-tab, text-tab, Border-split-side-Indicator, child-Border
client.focused $color8 $color8 $foreground $color8 $color3
client.focused_inactive $color0 $color0 $foreground $color0 $color0
client.unfocused $color0 $color0 $foreground $color0 $color0
client.focused $color0 $color0 $foreground $color0 $color3
client.focused_inactive $color8 $color8 $foreground $color8 $color0
client.unfocused $color8 $color8 $foreground $color8 $color0
client.urgent $color1 $color1 $color0 $color1 $color1

#### gaps
Expand Down

0 comments on commit 789918c

Please sign in to comment.