diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
| commit | dc5fff0c0afdf832b9b000e13ddc633f72749e01 (patch) | |
| tree | 5730bd4ea089dadbc9c7f057a3988104fb662827 /definitions/style/color.scss | |
| parent | a2118aa39a00e02cdf3f6c306e17fd04676ea518 (diff) | |
| download | uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.tar.gz uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.zip | |
fantastic update
Diffstat (limited to 'definitions/style/color.scss')
| -rw-r--r-- | definitions/style/color.scss | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/definitions/style/color.scss b/definitions/style/color.scss deleted file mode 100644 index b7e4fd7..0000000 --- a/definitions/style/color.scss +++ /dev/null @@ -1,44 +0,0 @@ -/*** gray ***/ -$uchu-light-gray: oklch(95.57% 0.003 286.35); -$uchu-gray: oklch(84.68% 0.002 197.12); -$uchu-dark-gray: oklch(63.12% 0.004 219.55); - -/*** red ***/ -$uchu-light-red: oklch(88.98% 0.052 3.28); -$uchu-red: oklch(62.73% 0.209 12.37); -$uchu-dark-red: oklch(45.8% 0.177 17.7); - -/*** pink ***/ -$uchu-light-pink: oklch(95.8% 0.023 354.27); -$uchu-pink: oklch(85.43% 0.09 354.1); -$uchu-dark-pink: oklch(64.11% 0.084 353.91); - -/*** purple ***/ -$uchu-light-purple: oklch(89.1% 0.046 305.24); -$uchu-purple: oklch(58.47% 0.181 302.06); -$uchu-dark-purple: oklch(39.46% 0.164 298.29); - -/*** blue ***/ -$uchu-light-blue: oklch(89.66% 0.046 260.67); -$uchu-blue: oklch(62.39% 0.181 258.33); -$uchu-dark-blue: oklch(43.48% 0.17 260.2); - -/*** green ***/ -$uchu-light-green: oklch(93.96% 0.05 148.74); -$uchu-green: oklch(79.33% 0.179 145.62); -$uchu-dark-green: oklch(58.83% 0.158 145.05); - -/*** yellow ***/ -$uchu-light-yellow: oklch(97.05% 0.039 91.2); -$uchu-yellow: oklch(90.92% 0.125 92.56); -$uchu-dark-yellow: oklch(69.14% 0.109 91.04); - -/*** orange ***/ -$uchu-light-orange: oklch(93.83% 0.037 56.93); -$uchu-orange: oklch(78.75% 0.14163582809066333 54.32911089172009); -$uchu-dark-orange: oklch(58.28% 0.128 52.2); - -/*** general ***/ -$uchu-yang: oklch(99.4% 0 0); -$uchu-light-yin: oklch(91.87% 0.003 264.54); -$uchu-yin: oklch(14.38% 0.007 256.88); |