test
This commit is contained in:
parent
7bff777294
commit
d5316cb926
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue