I was recently lecturing on API and API Design with Python, and was in a room where the projector was nearing it’s last days. With significantly less lumens, it was difficult to see the blue comments on black background. Perhaps your reasons are different, but if you’re looking for instructions for setting a vim color scheme, read on.
From within vim, issue the following command to change to the ‘morning’ theme.
:colorscheme morning
Now from within vim, issue the following command to change to the ‘industry’ theme.
:colorscheme industry
If you’re lazy, you can shorthand the colorscheme command as follows.
:colo blue
To cycle through available […]
Recent Comments