diff options
Diffstat (limited to 'sway/theme-acme.conf')
| -rw-r--r-- | sway/theme-acme.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sway/theme-acme.conf b/sway/theme-acme.conf new file mode 100644 index 0000000..5c07d0f --- /dev/null +++ b/sway/theme-acme.conf @@ -0,0 +1,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 + } +} |
