test
This commit is contained in:
parent
0b6886fb7b
commit
ca62f0de0b
3 changed files with 23 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
{... }: {
|
||||||
# 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;
|
||||||
base16Scheme = ./sakura-night.yaml;
|
base16Scheme = ./sakura-night.yaml;
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
# 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 = ./sakura-night.yaml;
|
||||||
|
# base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
18
stylix/stylix/sakura-night.yaml
Normal file
18
stylix/stylix/sakura-night.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
scheme: "Rosé Pine Moon"
|
||||||
|
variant: "dark"
|
||||||
|
base00: "232136"
|
||||||
|
base01: "2a273f"
|
||||||
|
base02: "393552"
|
||||||
|
base03: "6e6a86"
|
||||||
|
base04: "908caa"
|
||||||
|
base05: "e0def4"
|
||||||
|
base06: "e0def4"
|
||||||
|
base07: "56526e"
|
||||||
|
base08: "eb6f92"
|
||||||
|
base09: "f6c177"
|
||||||
|
base0A: "ea9a97"
|
||||||
|
base0B: "3e8fb0"
|
||||||
|
base0C: "9ccfd8"
|
||||||
|
base0D: "c4a7e7"
|
||||||
|
base0E: "f6c177"
|
||||||
|
base0F: "56526e"
|
Loading…
Reference in a new issue