{ config , pkgs , theme , ... }: with theme; { xresources.properties = { "twobwm.border_width" = 12; "twobwm.outer_border" = 10; "twobwm.focus_color" = base01; "twobwm.unfocus_color" = base01; "twobwm.fixed_color" = base0D; "twobwm.unkill_color" = base08; "twobwm.fixed_unkill_color" = base0E; "twobwm.outer_border_color" = base00; "twobwm.inverted_colors" = false; }; }