From be002f4d0294f706a4a43925caea84379670f93b Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 3 May 2026 10:37:41 -0400 Subject: added sway. a whole bunch of changes. --- sway/theme-acme.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sway/theme-acme.conf (limited to 'sway/theme-acme.conf') 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 + } +} -- cgit v1.2.3