blob: cc221caed64a45481da10317a29d0a45748d4c8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
colors = {
background = "#2D333F";
accent = "#82A3C0";
foreground = "#C6D0F5";
text = "#D5A18E";
alert = "#BF616A"; # Nord red for critical alerts
};
wallpaper = "~/Pictures/wallpaper.png";
}
|