From 40c86fa6fd4171b711c82e93da0c1a77cbe0a6d3 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 3 Jun 2023 20:36:14 -0500 Subject: [PATCH] Back to ayu-dark for now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 43e16d9c..911e2f19 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ name = "emmet"; email = "librephoenix@protonmail.com"; dotfilesDir = "~/.dotfiles"; - theme = "ashes"; + theme = "ayu-dark"; themePolarityPath = "/themes/"+theme+"/polarity.txt"; themePolarity = builtins.readFile (./. + themePolarityPath);