feat(stylix): add black-metal theme

This commit is contained in:
Mohammad Rafiq 2025-03-22 02:05:10 +08:00
parent c7985ab7fa
commit a350e4c28c
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/black-metal.yaml";
}

View file

@ -1,3 +1,4 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
}