themer.lua/modules/sway.lua

10 lines
264 B
Lua

save_config("sway-colors", [[
set $background #{background}
set $backgroundish #{backgroundish}
set $muted #{muted}
set $subtle #{subtle}
set $foreground #{foreground}
set $foregroundish #{foregroundish}
set $accent #{accent}
set $accentish #{accentish}
]], theme)