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

Latest commit

 

History

History
81 lines (60 loc) · 2.94 KB

File metadata and controls

81 lines (60 loc) · 2.94 KB

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