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

  colors = {
    primary = { hex = "ba112b"; r = "186"; g = "17"; b = "43"; }; 
    secondary = { hex = "555555"; };

    foreground = { hex = "c5c8c6"; };
    foregroundAlt = { hex = "707880"; };

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