1
Fork 0

feat: dynamic theming attempt

This commit is contained in:
Matei Adriel 2022-03-10 21:59:18 +02:00
parent 18c51ecc13
commit 2757c649b9
18 changed files with 120 additions and 30 deletions
modules/applications/shells

View file

@ -23,4 +23,6 @@
# Render git repo using gource
"git-render" = "gource -f -s 1 -c 4 --key";
alacritty = "alacritty --config-file $XDG_CONFIG_HOME/alacritty/themes/$THEME.yml";
}

View file

@ -8,6 +8,9 @@ let
# Sets neovim as default editor
EDITOR = "nvim";
# Sets the current theme used by all programs
THEME = "github-light";
};
in
{