Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

MordechaiHadad/nvim-papadark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published