evinism / lambda-explorer

Tutorial / REPL for the lambda calculus
https://lambdaexplorer.com/
MIT License
61 stars 9 forks source link

Consider swapping input/output colors? #129

Open dshemetov opened 3 months ago

dshemetov commented 3 months ago

When using the explorer and visually scanning to look back at the history of what I wrote, I found myself consistently mistaking the outputs for the inputs. This is because the inputs are rendered in a lighter grey font, while the outputs are bright, which draws attention. This is accentuated more in dark mode.

Anyhoo, user feedback!