blob: 0c2b636bbf4f53226852bba51b58d1bd963eb0cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
@define-color text {{foreground}};
@define-color background rgba({{background | rgb}},0.25);
@define-color background-alt {{background}};
@define-color cursor {{cursor}};
@define-color hovered {{color12}};
@define-color button-background {{color6}};
@define-color button-active {{color2}};
@define-color border {{color9}};
@define-color urgent {{color15}};
|