aboutsummaryrefslogtreecommitdiff
path: root/home/rices/nord-blue/variables.nix
blob: 09268e387ed1e66a6efece825e6c0d8a884d69fd (plain)
1
2
3
4
5
6
7
8
9
10
{
  colors = {
    background = "#2D333F";
    accent = "#82A3C0";
    foreground = "#C6D0F5";
    text = "#D5A18E";
  };

  wallpaper = "~/Pictures/wallpaper.png";
}