Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.16 KB

rams

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.

Installation

lazy.nvim:

{
  "stefanvanburen/rams",
  lazy = false,
  priority = 1000,
  dependencies = {
    "rktjmp/lush.nvim",
  },
  config = function()
    vim.cmd([[colorscheme rams]])
  end,
}

Usage

set termguicolors
" Only light mode is supported for now, see #9
set background=light
colorscheme rams

Supported Plugins