Skip to content

stankovictab/mgz.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgz.nvim

A really dark NeoVim theme.

TODO - Add new screenshot.

Old version of the theme.

images/old-theme.png

Installation

Install it through your favourite package manager as 'stankovictab/mgz.nvim'.

To enable the colorscheme, you can use the following somewhere in your config.

vim.cmd('colorscheme mgz')

Configuration

The MGZ theme allows for these options to be changed :

  • mgz_disable_background - Disables the setting of background color, so that NeoVim can use your terminal emulator's background color. Default is false.
  • mgz_disable_background - Disables the coloring of non-focused NeoVim windows.
  • mgz_italic_comments - Whether to render comments in italics or not. Default is true.
-- Example config in lua
vim.g.mgz_disable_background = true
vim.g.mgz_disable_nc_coloring = true
vim.g.mgz_italic_comments = false

Notices

I usually make changes to this theme depending on the plugins I'm using in my NeoVim config, so because that is my priority, I wouldn't theme some of the more obscure plugins that I don't use.
However, if you want to you can always open an issue or a pull request and I'll try to add support for it.

If you're using an LSP plugin, it might interfere with the colorscheme by applying different syntax highlighting that overrides the theme. You can see this for more info.


The structure of the theme is based off of nord.nvim, so there might still be some old code and styling in there.

The MGZ theme is also available for VSCode.

About

A really dark NeoVim theme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages