Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

VDuchauffour/neodark.nvim

Repository files navigation

neodark.nvim

Simple onedark based colorscheme for Neovim.

alt text

Introduction

This theme provide the AstroVim colorscheme, itself based on the Onedark theme. A darker version of this theme is also provided.

Created this because I'm a LunarVim user.

Installation and usage

Install the theme with your preferred package manager:

use "VDuchauffour/neodark.nvim"

Usage

  • In vimscript:
colorscheme neodark
  • In lua:
vim.cmd 'colorscheme neodark'
-- or
require("neodark").setup({
  theme_style = "neodarker"
})

Plugin support

Terminal themes

Color configs for Alacritty is available.

Acknowledgements