Home

Awesome

Papadark

Moving To themer.lua

A nord and dark+ inspired colorscheme using lush.nvim(still wip)

Colors Showcase

Supports

Requirements

Installation

With packer.nvim

use {'MordechaiHadad/nvim-papadark', requires = {'rktjmp/lush.nvim'}}

With Vim-Plug

Plug 'rktjmp/lush.nvim'
Plug 'MordechaiHadad/nvim-papadark'

Configure

In your init.lua file

vim.cmd('syntax on')
vim.cmd('set termguicolors')
vim.cmd('colorscheme papadark')

or in init.vim

syntax on
set termguicolors
colorscheme papadark