Added ashes background + reorganized themes dir

This commit is contained in:
Emmet 2023-06-03 11:24:49 -05:00
parent 44ad4b4494
commit d2e1c2d974
27 changed files with 19 additions and 3 deletions

View file

@ -24,8 +24,10 @@
name = "emmet";
email = "librephoenix@protonmail.com";
dotfilesDir = "~/.dotfiles";
theme = "ayu-dark";
themePolarity = "dark";
theme = "ashes";
themePolarityPath = "/themes/"+theme+"/polarity.txt";
themePolarity = builtins.readFile (./. + themePolarityPath);
backgroundUrlPath = "/themes/"+theme+"/backgroundurl.txt";
backgroundUrl = builtins.readFile (./. + backgroundUrlPath);
backgroundSha256Path = "/themes/"+theme+"/backgroundsha256.txt";

View file

@ -0,0 +1 @@
sha256-ul7ecqPw9bSr+JRSd+3OlKwVfB+5378L7ObYydJDsgQ=

View file

@ -0,0 +1 @@
https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

1
themes/emil/polarity.txt Normal file
View file

@ -0,0 +1 @@
light

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -0,0 +1 @@
dark

View file

@ -3,7 +3,7 @@
let
myFont = "Inconsolata";
myFontPkg = pkgs.inconsolata;
myThemePath = "../../../themes/"+myTheme+".yaml";
myThemePath = "../../../themes/"+myTheme+"/"+myTheme+".yaml";
in
{
home.file.".currenttheme".text = myTheme;