nix/lib/stylix/green/default.nix
2024-01-07 22:29:37 +09:00

7 lines
No EOL
210 B
Nix

{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
polarity = "dark";
base16Scheme = ../green/everforest-dark-hard.yaml;
};
}