commit 788937b6c2c84aac0a95170731f81ed0ca595580
parent e82e460539319a0464e78722fe890aa09f0916fe
Author: Hunter
Date:   Sun, 19 Apr 2026 21:29:40 -0400

update readme

Diffstat:
Mreadme.md | 3+--
Areadme_images/B.svg | 2++
Areadme_images/Blueness.svg | 2++
Areadme_images/G.svg | 2++
Areadme_images/Greenness.svg | 2++
Areadme_images/R.svg | 2++
Areadme_images/Redness.svg | 2++
7 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md @@ -6,8 +6,7 @@ - click and drag to make marks - hold `shift` and move your cursor up/down to resize the brush - hold `⌘` and move your cursor up/down to change the shape of the brush - - hold any of the ${{\color{Red}{\textsf{R}}}}\$, ${{\color{Green}{\textsf{G}}}}\$, and/or ${{\color{CornflowerBlue}{\textsf{B}}}}\$ - keys and move your cursor up/down to change the ${{\color{Red}{\textsf{Redness}}}}\$, ${{\color{Green}{\textsf{Greenness}}}}\$, and/or ${{\color{CornflowerBlue}{\textsf{Blueness}}}}\$ of the active color + - hold any of the ![R](readme_images/R.svg), ![G](readme_images/G.svg), and/or ![B](readme_images/B.svg) keys and move your cursor up/down to change the ![Redness](readme_images/Redness.svg), ![Greenness](readme_images/Greenness.svg), and/or ![Blueness](readme_images/Blueness.svg) of the active color - hold `option` and click anywhere to pick up the color underneath the brush - you can also hold `option` then click and drag to scrub for colors - pinch with two fingers to zoom in or out diff --git a/readme_images/B.svg b/readme_images/B.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 11 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#6495ED">B</text></svg> +\ No newline at end of file diff --git a/readme_images/Blueness.svg b/readme_images/Blueness.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 72 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#6495ED">Blueness</text></svg> +\ No newline at end of file diff --git a/readme_images/G.svg b/readme_images/G.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 13 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#008000">G</text></svg> +\ No newline at end of file diff --git a/readme_images/Greenness.svg b/readme_images/Greenness.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 85 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#008000">Greenness</text></svg> +\ No newline at end of file diff --git a/readme_images/R.svg b/readme_images/R.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 12 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#FF0000">R</text></svg> +\ No newline at end of file diff --git a/readme_images/Redness.svg b/readme_images/Redness.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 67 32"><text x="0" y="31" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif" font-size="17" font-weight="600" fill="#FF0000">Redness</text></svg> +\ No newline at end of file