Solarized is a popular color scheme designed for use in various code editors and terminals. It was created by Ethan Schoonover and features a balanced color palette that is easy on the eyes and helps to reduce eye strain during long programming sessions.
More from solarized.nvim
solarized (light)lua
12
vim.cmd [[ set background=light ]]vim.cmd [[ colorscheme solarized ]]