Skip to content

mstcl/dmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmg

A neovim colorscheme based on DMG-01

preview

Installation

Using lazy.nvim:

{
	"mstcl/dmg",
	lazy = false,
	priority = 1000,
	config = function()
		vim.api.nvim_command("colorscheme dmg")
	end,
},

Enabling plugins integration

To build the colorscheme, we need Lush and Shipwright.

Head to src/dmg.lua. Plugins are defined after default highlights (so near the bottom). Uncomment them, run :Lushify and then Shipwright. A colors/dmg.vim is generated. Use this as the new colorscheme.

About

A neovim colorscheme based on DMG-01

Topics

Resources

License

Stars

Watchers

Forks

Languages