Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 485 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 485 Bytes

Coldgrey header image

Colorscheme made with love.

Requirements

Installation

" vim-plug
Plug 'rktjmp/lush.nvim'
Plug 'devlcp/coldgrey-color'
-- packer.nvim
use {
    'devlcp/coldgrey-color',
    requires = {{ "rktjmp/lush.nvim", opt = true }}
}

Usage

" vim settings
colorscheme coldgrey
-- lua settings
vim.cmd('colorscheme coldgrey')