Skip to content

MahanRahmati/DarknessX-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  }
}

About

A dark Neovim color scheme (treesitter supported)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published