MordechaiHadad / nvim-papadark

My own neovim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Papadark

Moving To themer.lua

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

Colors Showcase

Supports

Requirements

  • Neovim 0.5 or greater(I might make vim compatible once I get to it)
  • lush.nvim installed

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

About

My own neovim colorscheme

License:MIT License


Languages

Language:Lua 96.3%Language:Vim Script 3.7%