Tomorrow Night has ready made themes, but they add a noticeable startup latency to vim, where other themes do not.
Looking at the code, it looks like it might be doing a lot of math to translate a #rrggbb color value to a format vim understands on every startup.
For now a default color scheme is fine, but it would be good to understand how vim sets color and how I can speed this up.
Tomorrow Night has ready made themes, but they add a noticeable startup latency to vim, where other themes do not.
Looking at the code, it looks like it might be doing a lot of math to translate a #rrggbb color value to a format vim understands on every startup.
For now a default color scheme is fine, but it would be good to understand how vim sets color and how I can speed this up.