add a new colorscheme

This commit is contained in:
EdenQwQ 2025-04-03 09:33:35 +08:00
parent 2c9999907f
commit 27eb2246a9
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
# Largely copied from https://github.com/flickowoa/dotfiles/tree/aurora
{ config, ... }:
with config.lib.stylix.colors;
let

View file

@ -7,10 +7,10 @@
"everforest"
"petrichor-downpour"
{
name = "zzzzoka-gbc-dark";
name = "frieren-butterflies-dark";
fromImage = {
enable = true;
image = "zzzzoka-gbc.jpg";
image = "frieren-butterflies.jpg";
method = "matugen";
passthru.scheme = "scheme-expressive";
};