aboutsummaryrefslogtreecommitdiff
path: root/util/themes/old/mem.nix
blob: d2eb8c01b508c92a0774047c01dea8ff5425e87b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  background = "mem.png";

  colors = {
    primary   = "f6e43a"; 
    secondary = "555555";

    foreground    = "c5c8c6";
    foregroundAlt = "707880";

    background    = "282a2e";
    backgroundAlt = "373b41";
  };
}