File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ replacements ← ⎕NS''
307307 darkbrown ← 76 63 47 255
308308 darkcyan ← 0 139 139 255
309309 darkgoldenrod ← 184 134 11 255
310- darkGray ← 80 80 80 255
311- darkGrey ← 80 80 80 255
310+ darkgray ← 80 80 80 255
311+ darkgrey ← 80 80 80 255
312312 darkgreen ← 0 117 44 255
313313 darkkhaki ← 189 183 107 255
314314 darkmagenta ← 139 0 139 255
@@ -355,8 +355,8 @@ replacements ← ⎕NS''
355355 lightcoral ← 240 128 128 255
356356 lightcyan ← 225 255 255 255
357357 lightgoldenrodyellow ← 250 250 210 255
358- lightGray ← 200 200 200 255
359- lightGrey ← 200 200 200 255
358+ lightgray ← 200 200 200 255
359+ lightgrey ← 200 200 200 255
360360 lightgreen ← 144 238 144 255
361361 lightred ← 255 102 102 255
362362 lightsalmon ← 255 160 122 255
You can’t perform that action at this time.
0 commit comments