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

  colors = {
    primary   = { hex = "f5a9b8"; r = "245"; g = "169"; b = "184"; }; 
    secondary = { hex = "5bcefa"; };

    foreground    = { hex = "111111"; };
    foregroundAlt = { hex = "5bcefa"; };

    background    = { hex = "ffffff"; };
    backgroundAlt = { hex = "5bcefa"; };
  };
}