Skip to content

hisekai/monoindustrial-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monoindustrial Colorscheme for Neovim

alt text

Requirements

  • At minimum Neovim version 0.7
  • A Neovim package manager of your choice

For example, if you're using packer.nvim in your init.lua file include monoindustrial-nvim:

return require('packer').startup(function()
  use 'hisekai/monoindustrial-nvim'
end)

Then in your config specify the following:

vim.cmd [[colorscheme monoindustrial]]

Sources and inspiration

While perusing the Rust Playground I really liked the mono_industrial theme. Seeing that there wasn't any available for Neovim I tried to port it as closely as possible. Therefore all the credits for this colorscheme go to the author(s).

Lastly, this port was done using Lush

About

A monoindustrial colorscheme for Neovim (ported)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages