aboutsummaryrefslogtreecommitdiff
path: root/x/2bwm.nix
blob: 76c2a5226ebf7f72be785488d9655e8d5ab1c344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ config
, pkgs
, theme
, ...
}:

with theme;
{
  xresources.properties = {
    "twobwm.border_width" = 8;
    "twobwm.outer_border" = 2;
    "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;
  };
}