Skip to content

stefanvanburen/rams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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