summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-wlogout.nix
blob: d982a00a2d6c6d2707d09233c03e8295d3ad7334 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  xdg.configFile."matugen/templates/wlogout.css" = {
    text = ''
      /* Generated by Matugen - GTK3 Color Variables */
      @define-color surface_bg rgba({{ colors.surface.default.red }}, {{ colors.surface.default.green }}, {{ colors.surface.default.blue }}, 0.69);
      @define-color primary_accent {{ colors.primary.default.hex }};
      @define-color on_surface {{ colors.on_surface.default.hex }};
      @define-color hover_bg rgba({{ colors.primary_container.default.red }}, {{ colors.primary_container.default.green }}, {{ colors.primary_container.default.blue }}, 0.3);
    '';
  };
}