diff options
| author | netop://ウィビ <paul@webb.page> | 2026-06-04 19:54:03 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-06-04 19:54:03 -0700 |
| commit | 88bb97ec7db1dbcef383931ef8b47e01034d7827 (patch) | |
| tree | add9330540bd920c0ae3e1e4feeac0c76c5fe8f2 /documentation | |
| parent | fd2eee1c18760320f27171dc13c5f5d7f2718067 (diff) | |
| download | uchu-88bb97ec7db1dbcef383931ef8b47e01034d7827.tar.gz uchu-88bb97ec7db1dbcef383931ef8b47e01034d7827.zip | |
3.0 update
- adds pastel palette
- updates color syntax
- updates docs
- adds dsgn. banner
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/EXPANDED.md | 2 | ||||
| -rw-r--r-- | documentation/FAQ.md | 2 | ||||
| -rw-r--r-- | documentation/REDUCED.md | 2 | ||||
| -rw-r--r-- | documentation/SHOWCASE.md | 9 | ||||
| -rw-r--r-- | documentation/USAGE.md | 2 |
5 files changed, 12 insertions, 5 deletions
diff --git a/documentation/EXPANDED.md b/documentation/EXPANDED.md index 4ff32a5..5140817 100644 --- a/documentation/EXPANDED.md +++ b/documentation/EXPANDED.md @@ -4,6 +4,8 @@ The default color palette is [`uchu.css`](../dist/uchu.css) and consists of ten If you want more granularity (read: opacity), you can call the raw version of the color (append `-raw` to the variable name) which will return the OKLCH values so you can do something like this: `oklch(var(--uchu-gray-1-raw) / 40%)`. +The pastel palette follows the same format. + ## Gray diff --git a/documentation/FAQ.md b/documentation/FAQ.md index c459992..9a6067e 100644 --- a/documentation/FAQ.md +++ b/documentation/FAQ.md @@ -1,6 +1,6 @@ # FAQ -These questions are sourced from the sentiment and actual statements from people on the [Hacker News thread](https://news.ycombinator.com/item?id=43072338). +These questions are sourced from the sentiment and _actual statements_ from people on the [Hacker News thread](https://news.ycombinator.com/item?id=43072338). diff --git a/documentation/REDUCED.md b/documentation/REDUCED.md index 467dedd..02af679 100644 --- a/documentation/REDUCED.md +++ b/documentation/REDUCED.md @@ -4,6 +4,8 @@ Sometimes, an abundance of color options is a hindrance. Analysis paralysis, ami If you want more granularity (read: opacity), you can call the raw version of the color (append `-raw` to the variable name) which will return the OKLCH values so you can do something like this: `oklch(var(--uchu-light-gray-raw) / 40%)`. +The pastel palette follows the same format. + ## Gray diff --git a/documentation/SHOWCASE.md b/documentation/SHOWCASE.md index 1e7301d..31fbe75 100644 --- a/documentation/SHOWCASE.md +++ b/documentation/SHOWCASE.md @@ -6,8 +6,9 @@ If you use uchū for your projects/websites/whatever, let me know via [Mastodon ## Websites -- https://webb.page -- https://blog.webb.page -- https://forum.webb.page -- https://inc.sh +- https://chronver.org - https://dap.sh +- https://inc.sh +- https://webb.page + - https://blog.webb.page + - https://forum.webb.page diff --git a/documentation/USAGE.md b/documentation/USAGE.md index ec2bbc9..555b029 100644 --- a/documentation/USAGE.md +++ b/documentation/USAGE.md @@ -4,6 +4,8 @@ I love Deno. URL imports are cool. Anyhoo, you can do the same with uchū: - `https://uchu.style/uchu-reduced.css` - `https://uchu.style/uchu.css` +- `https://uchu.style/uchu-pastel-reduced.css` +- `https://uchu.style/uchu-pastel.css` |