Skip to content

Commit 5a6d605

Browse files
appdevelopskclaude
andcommitted
rename ColorProof to ContrastKit on its policy pages
App Store Connect rejected 'ColorProof' — the name is already reserved by another account — so the app ships as ContrastKit. The URL paths stay /colorproof/ because they are derived from the bundle id, which is unchanged and not user-visible; only the brand text moves. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H8kFZ2MShxjvS2wkKM2xZD
1 parent d127858 commit 5a6d605

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

privacy-policy/colorproof/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Privacy Policy - ColorProof</title>
6+
<title>Privacy Policy - ContrastKit</title>
77
<style>
88
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #2a2a2a; line-height: 1.6; }
99
h1 { color: #15171C; } h2 { color: #444; margin-top: 32px; }
@@ -12,10 +12,10 @@
1212
</head>
1313
<body>
1414
<h1>Privacy Policy</h1>
15-
<p><strong>ColorProof</strong> — Last updated: July 25, 2026</p>
15+
<p><strong>ContrastKit</strong> — Last updated: July 25, 2026</p>
1616

1717
<h2>Overview</h2>
18-
<p>ColorProof checks whether two colours are readable together. The colours you enter and the pairs you save are held on your device only. Nothing you enter is uploaded to a server, and there is no account to create.</p>
18+
<p>ContrastKit checks whether two colours are readable together. The colours you enter and the pairs you save are held on your device only. Nothing you enter is uploaded to a server, and there is no account to create.</p>
1919

2020
<h2>Information You Enter</h2>
2121
<p>Colour values and the notes you attach to saved pairs stay on your device. You can delete any saved pair at any time, and uninstalling the app removes all of it.</p>
@@ -30,7 +30,7 @@ <h2>Colour-vision previews</h2>
3030
<p>The colour-vision previews are a design aid that redraws your colour pair using published simulation formulas. They run entirely on your device, involve no personal or health data, and are not a diagnostic tool.</p>
3131

3232
<h2>Children's Privacy</h2>
33-
<p>ColorProof is not directed to children under 13 and we do not knowingly collect personal information from children.</p>
33+
<p>ContrastKit is not directed to children under 13 and we do not knowingly collect personal information from children.</p>
3434

3535
<h2>Changes</h2>
3636
<p>We may update this policy; changes are posted on this page.</p>

support/colorproof/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>ColorProof — Support</title>
7-
<meta name="description" content="ColorProof - check colour contrast, get the nearest colour that passes, and preview a pair through every kind of colour vision.">
6+
<title>ContrastKit — Support</title>
7+
<meta name="description" content="ContrastKit - check colour contrast, get the nearest colour that passes, and preview a pair through every kind of colour vision.">
88
<style>
99
body { font-family: -apple-system, sans-serif; max-width: 760px; margin: 40px auto; padding: 0 20px; color: #24242a; line-height: 1.65; }
1010
header { text-align: center; margin-bottom: 32px; }
@@ -19,18 +19,18 @@
1919
</head>
2020
<body>
2121
<header>
22-
<h1>ColorProof</h1>
22+
<h1>ContrastKit</h1>
2323
<p class="tag">Check the pair before anyone struggles to read it</p>
2424
</header>
2525

26-
<h2>What is ColorProof?</h2>
27-
<p>Enter a text colour and a background colour. ColorProof gives you the WCAG contrast ratio, tells you whether it passes for body text, large text and UI edges, offers the nearest shade of the same hue that would pass, and shows the pair as people with each kind of colour vision see it.</p>
26+
<h2>What is ContrastKit?</h2>
27+
<p>Enter a text colour and a background colour. ContrastKit gives you the WCAG contrast ratio, tells you whether it passes for body text, large text and UI edges, offers the nearest shade of the same hue that would pass, and shows the pair as people with each kind of colour vision see it.</p>
2828

2929
<div class="faq">
3030
<h3>Which standard is used?</h3>
3131
<p>WCAG 2.x relative luminance and contrast ratio. AA is 4.5:1 for body text and 3:1 for large text and UI components; AAA is 7:1 and 4.5:1.</p>
3232
<h3>Why does the suggested colour keep my hue?</h3>
33-
<p>Because a design usually cannot swap hues. ColorProof moves lightness only, in both directions, and reports whichever passing shade is closest to what you started with.</p>
33+
<p>Because a design usually cannot swap hues. ContrastKit moves lightness only, in both directions, and reports whichever passing shade is closest to what you started with.</p>
3434
<h3>How accurate are the colour-vision previews?</h3>
3535
<p>They use the standard linear approximations that design tools rely on. They are reliable for the question "do these two stay apart", and they are not a medical or diagnostic tool.</p>
3636
<h3>Does it work offline?</h3>

0 commit comments

Comments
 (0)