day variant
This commit is contained in:
parent
b3241cc486
commit
5735044b5c
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
# Themes https://github.com/tinted-theming/base16-schemes
|
# Themes https://github.com/tinted-theming/base16-schemes
|
||||||
stylix = {
|
stylix = {
|
||||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -2,6 +2,6 @@
|
||||||
# Themes https://github.com/tinted-theming/base16-schemes
|
# Themes https://github.com/tinted-theming/base16-schemes
|
||||||
stylix = {
|
stylix = {
|
||||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue