This commit is contained in:
iFargle 2024-02-14 23:35:32 +09:00
parent 7bff777294
commit d5316cb926
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png; image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark";
base16Scheme = ./sakura.yaml; base16Scheme = ./sakura.yaml;
autoEnable = true; autoEnable = true;
}; };

View file

@ -2,7 +2,7 @@
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png; image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark"; # polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
autoEnable = true; autoEnable = true;
}; };