aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-17 13:25:26 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-17 14:10:25 -0400
commitce25d03b14a02761f4014d56251e29b40f8536c2 (patch)
tree4429a99a2256bd3a6e009f0e31227509cdaa5c6e /doc
parent3cb0260e07d5db98a415e55efaa276ee38620e0f (diff)
Add a more neutral color for non-emphasized lines
Diffstat (limited to 'doc')
-rw-r--r--doc/depth.md2
-rw-r--r--doc/replicate.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/depth.md b/doc/depth.md
index 23bfe37b..cc079ad6 100644
--- a/doc/depth.md
+++ b/doc/depth.md
@@ -8,7 +8,7 @@ a ← ⟨⟨@,⟨@,@,@⟩⟩,@,⟨@,@⟩⟩
g ← "g"At"font-family=BQN,monospace|font-size=16px|text-anchor=middle|fill=currentColor|stroke-width=0|stroke=currentColor|stroke-linecap=round"
rc ← At "class=code|stroke-width=1.5|rx=12"
-lc ← "line"At"stroke-width=2|class=purple|opacity=0.8"
+lc ← "line"At"class=lilac|stroke-width=2"
tc ← "text"At"dy=-0.2em|class=Number"
TN←tc Enc FmtNum
diff --git a/doc/replicate.md b/doc/replicate.md
index 106a36e5..780f5654 100644
--- a/doc/replicate.md
+++ b/doc/replicate.md
@@ -10,7 +10,7 @@ Ge ← "g"⊸At⊸Enc
g ← "font-family=BQN,monospace|font-size=18px|text-anchor=middle"
hg ← "class=bluegreen|stroke-width=0|opacity=0.2"
cg ← "font-size=24px|text-anchor=end"
-lg ← "stroke-linecap=round|stroke=currentColor|opacity=0.7"
+lg ← "class=lilac|stroke-linecap=round"
wv ← 0‿1‿1‿0‿3‿2‿0‿0‿0
xl ← ≠ xc ← ⊐ xt ← '''(Highlight∾∾⊣)¨"replicate"
@@ -31,8 +31,8 @@ Ll ← Line∘⍉ ≍ + (0≍0.05×-○⊑)≍˘0.45‿¯0.55˙
cg Ge (¯0.7≍¨y) Text⟜Highlight¨ "𝕨"‿"𝕩"‿"𝕨/𝕩"‿"/𝕨"
tp Text¨○∾ Highlight∘•Repr¨¨⌾(1‿3⊸⊏) xt‿wv‿(wv/xt)‿(/wv)
lg Ge ⟨
- "stroke-width=0.4" Ge Ll¨ ´ (0=wv)⊸/¨ 2⊸↑ tp
- "stroke-width=1.5" Ge > Ll¨¨˝˘ 2↕ wv⊸/¨⌾(2⊸↑)tp
+ "stroke-width=0.6" Ge Ll¨ ´ (0=wv)⊸/¨ 2⊸↑ tp
+ "stroke-width=1.8" Ge > Ll¨¨˝˘ 2↕ wv⊸/¨⌾(2⊸↑)tp
-->