summaryrefslogtreecommitdiff
path: root/sway/theme-acme.conf
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
committerJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
commitbe002f4d0294f706a4a43925caea84379670f93b (patch)
treeee1cf77bbf3046e19f3c9b1602c05a8513fdcb63 /sway/theme-acme.conf
parentc1a8b42fa8b439250b92efad483dc5a014dec164 (diff)
added sway. a whole bunch of changes.
Diffstat (limited to 'sway/theme-acme.conf')
-rw-r--r--sway/theme-acme.conf30
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
+ }
+}