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

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

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

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