This commit is contained in:
soraefir
2026-05-10 11:52:32 +02:00
parent fa5845808b
commit 5e8cd65785
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: {
{ ... }: {
imports = [ ./sorahiro.nix ];
colorScheme.palette.border-radius = "#8";

View File

@@ -1,4 +1,4 @@
{ nix-colors, ... }:
{ ... }:
let use_pastelle = true;
in{
# usage: a = "#${config.colorScheme.palette.base00}";