This commit is contained in:
albert 2024-02-18 19:13:46 +09:00
parent 0b6886fb7b
commit ca62f0de0b
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 23 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{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;

View file

@ -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;
}; };
} }

View 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"