feat(colors): add all Rosé Pine variants

This commit is contained in:
2025-01-05 00:33:27 +02:00
parent f2f333b8cf
commit 4145abda19
10 changed files with 222 additions and 55 deletions

View File

@@ -8,7 +8,7 @@ native-dev:
# Run native release
native-release:
cargo run --release --no-default-features
RUSTC_WRAPPER=sccache cargo run --release --no-default-features
# Run web dev
web-dev:
@@ -16,7 +16,7 @@ web-dev:
# Run web release
web-release:
trunk serve --release --no-default-features
RUSTC_WRAPPER=sccache trunk serve --release --no-default-features
# Run tests
test: