Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 4d24dbb

Browse files
committed
Brights tweak
1 parent b17715c commit 4d24dbb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

custom/ColorTools.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export function ColorTools() {
703703
name="sky"
704704
lightThemeConfig={{
705705
step2: 'hsl(192, 100%, 96.7%)',
706-
step3: 'hsl(189, 93%, 93%)',
706+
step3: 'hsl(189, 93%, 93.5%)',
707707
step8: 'hsl(198, 60%, 61%)',
708708
step10: '#74DAF8',
709709
step11: 'hsl(196, 100%, 31%)',
@@ -731,7 +731,7 @@ export function ColorTools() {
731731
step11: 'hsl(170, 96%, 24%)',
732732
scaleStartSaturationBoost: 3,
733733
mixRatioStep10: 0.08,
734-
defaultCurve: [0.52, 0.215, 0.635, 0.345],
734+
defaultCurve: [0.495, 0.25, 0.635, 0.345],
735735
}}
736736
darkThemeConfig={{
737737
step1: 'hsl(176, 22%, 6.8%)',
@@ -773,8 +773,8 @@ export function ColorTools() {
773773
name="yellow"
774774
lightThemeConfig={{
775775
step2: 'hsl(53, 90%, 94.5%)',
776-
step3: 'hsl(54, 100%, 84.5%)',
777-
step4: 'hsl(52, 100%, 78%)',
776+
step3: 'hsl(54, 94%, 87.5%)',
777+
step4: 'hsl(52, 95%, 79%)',
778778
// step3: 'hsl(53, 95%, 84%)',
779779
step5: 'hsl(50, 100%, 72%)',
780780
step6: 'hsl(48, 80%, 70%)',
@@ -814,6 +814,7 @@ export function ColorTools() {
814814
lightThemeConfig={{
815815
step2: 'hsl(45, 100%, 95.5%)',
816816
step3: 'hsl(48, 100%, 89%)',
817+
step4: 'hsl(48, 100%, 80.5%)',
817818
step8: 'hsl(38, 75%, 55.0%)',
818819
step10: '#FFBA18',
819820
// step11: 'hsl(38 100% 31.5%)',

0 commit comments

Comments
 (0)