mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-11 21:13:51 -05:00
- Use colors according to http://ethanschoonover.com/solarized#usage-development, namely dark mode core colors are only base1, base0, base01, base03, base03 - 'altercation/vim-colors-solarized' also uses base00 in dark mode for the VertSplit highlight, so use this too (has more contrast) - Use colors as to optimize contrast, and as to make the same scheme work for light mode by just inverting the colors (base03 becomes base3 and so on, as in 'altercation/vim-colors-solarized') - Refactor removing duplicate code