Set up startpage

This commit is contained in:
Elnu 2023-01-10 20:19:20 -08:00
parent 602e6a4d6b
commit bda6b363a1
22 changed files with 488 additions and 48 deletions

View file

@ -7,10 +7,13 @@
};
gtkIconTheme = pkgs: null;
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
colors = {
bg0 = "#2e3440";
bg1 = "#3b4252";
bg2 = "#434c53";
fg0 = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
};
}