/DarknessX-vim

A dark Neovim color scheme (treesitter supported)

Primary LanguageVim ScriptMIT LicenseMIT

DarknessX-vim

React pic

A dark neovim color scheme based on - snazzy (Based on hyper-snazzy by Sindre Sorhus)

Credit

The generate script comes from this repo: https://github.com/ChristianChiarulli/nvcode-color-schemes.vim and https://github.com/felipec/vim-felipec

Requirements

This color scheme requires treesitter and Neovim > 0.5.

Installing

With Packer

use 'UltimateOmega/DarknessX-vim'
use 'nvim-treesitter/nvim-treesitter'

Configuring

Add this to your init.lua file

vim.cmd('colorscheme darknessX')
Lualine

To enable the lualine theme:

require('lualine').setup {
  options = {
    theme = 'darknessX'
  }
}