summaryrefslogtreecommitdiff
path: root/sway/theme-acme.conf
blob: 5c07d0f48b0de4313c02903c0c88c477c061f758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
set $green      #57864EFF
set $red        #D95468FF
set $background #FFFFECFF
set $foreground #424242FF
set $white      #FFFFECFF
set $black      #424242FF

#                       border background  text        indicator   child_border
client.focused          $black $green      $white      $foreground $green
client.focused_inactive $black $background $green      $foreground $green
client.unfocused        $black $background $foreground $green      $background

gaps outer 10
gaps inner 10
bar {
	status_command i3status
	tray_output *
	position bottom
	separator_symbol ' / '

	gaps 10
	colors {
		background $background
		statusline $foreground
		separator  $foreground
		focused_workspace  $background $green      $white
		active_workspace   $background $background $black
		inactive_workspace $background $background $foreground
	}
}