Traditionally, text editor themes are all about colors, right? In programming, we use color to tell variables from type declarations, comments, or strings. However, any other text document uses typography instead of color to distinguish between headlines, list items, and keywords. I think that our current approach to highlighting code is misguided. I think that color themes are an accident of history. Terminal text editors are unable to switch fonts. All they can do is switch colors, so color...