aboutsummaryrefslogtreecommitdiffstats
path: root/colors/twilight256.vim
AgeCommit message (Collapse)Author
2023-12-09colors/twilight256.vim: Increase contrast of diff background coloursTeddy Wing
Change the diff background colours from their defaults to make the text in the foreground easier to read.
2020-06-13colors/twilight256.vim: Highlight comments in a lighter grey colourTeddy Wing
I've been having some trouble reading comments, as the grey is rather low contrast. To improve readability, change the highlight colour to a lighter grey, increasing contrast.
2020-04-29colors/twilight256: Remove underline on current line numberTeddy Wing
After upgrading to Vim 8.2, an underline was added to the line number of the current line. Remove this with `CursorLineNr` to restore the look from before the upgrade.
2014-05-25twilight256: add colour for CursorLineTeddy Wing
Highlight background colour of the current line. Set it to a couple stops lighter than the background colour.
2014-05-23twilight256: colour inactive statuslines dark greyTeddy Wing
Use a dark grey colour on statuslines of inactive windows to make it easier to differentiate between active and inactive windows. The active window remains the old light grey.
2014-04-20Initial commit: .vimrc form 2014.04.20Teddy Wing
.vimrc from today. Will be re-adding my plugins as git submodules.