Added rest of themes local to repo, some may need minor edits

This commit is contained in:
Emmet
2023-05-27 20:07:33 -05:00
parent 6db71b09ff
commit 96134a1bd4
54 changed files with 945 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
name = "emmet";
email = "librephoenix@protonmail.com";
dotfilesDir = "~/dotfiles";
theme = "dracula";
theme = "atelier-plateau";
themePolarity = "dark";
backgroundUrl = "https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg";
backgroundSha256 = "+xl4H3UiVmMRNvMhIlaLdVTYYqnSyCTSX2UOTGsDQ8c=";
@@ -53,6 +54,7 @@
myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix";
myHomeManagerFilePath = dotfilesDir+"/user/home.nix";
myTheme = theme;
myThemePolarity = themePolarity;
myBackgroundUrl = backgroundUrl;
myBackgroundSha256 = backgroundSha256;
inherit (inputs) eaf;