A colorscheme for neovim (and maybe, eventually, more?).
For now, the colors have been migrated from rams.vim, which used vim-colortemplate, to this repository, which is using lush.nvim.
{
"stefanvanburen/rams",
lazy = false,
priority = 1000,
dependencies = {
"rktjmp/lush.nvim",
},
config = function()
vim.cmd([[colorscheme rams]])
end,
}
set termguicolors
" Only light mode is supported for now, see #9
set background=light
colorscheme rams