Squirrelsong Light Theme for Vim
Also works in: Neovim.
In your Vim configuration, use :colorscheme squirrelsong_light
.
Set g:squirrelsong_color_only
to v:true
beforehand to disable additional styling like italic, bold, etc. This can help on some terminals and fonts that don’t support them that well.
lazy.nvim
Installation with{
"sapegin/squirrelsong",
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. "/themes/Vim")
end,
}
packer.nvim
Installation withuse { 'sapegin/squirrelsong', rtp = 'themes/Vim' }
vim-plug
Installation withcall plug#begin()
...
Plug 'sapegin/squirrelsong', { 'rtp': 'themes/Vim' }
...
call plug#end()
Installation from GitHub
Put squirrelsong_light.vim
in the colors
directory somewhere on your 'rtp'
. :echo &rtp
will print your 'rtp'
.
Squirrelsong themes are low-contrast color schemes with great readability for web developers and non-distracting UI themes for many apps. It’s also available for:
Alfred, Bear, Brave, CotEditor, Firefox, Ghostty, Google Chrome, IntelliJ IDEA, iTerm2, JetBrains, Marta File Manager, Microsoft Edge, Midnight Commander, Neovim, Nimble Commander, PhpStorm, PyCharm, RubyMine, Slack, Sublime Text, Telegram, Terminal.app, Vim, Visual Studio Code, Vivaldi, Warp, WebStorm, WezTerm