Light theme for yule

This commit is contained in:
kat witch 2021-07-24 19:45:10 +01:00
parent 44e2c86970
commit 9b5f299a11
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{ config, ... }:
{
base16.alias.default = "tomorrow.tomorrow";
}

View file

@ -1 +1 @@
{ ... }: { imports = [ ./sway ]; }
{ ... }: { imports = [ ./sway ./base16.nix ]; }

View file

@ -3,7 +3,9 @@
{
base16 = {
shell.enable = true;
schemes = [ "tomorrow.tomorrow-night-eighties" ];
schemes = [ "tomorrow.tomorrow-night-eighties" "tomorrow.tomorrow" ];
alias.light = "tomorrow.tomorrow";
alias.dark = "tomorrow.tomorrow-night-eighties";
};
# home.base16-shell = {
# enable = true;