good-looking color scheme with dark background.
deus.nvim
is a color scheme based on vim-deus for neovim user. It's written with the nvim-highlite temple.
As @ajmwagar says:
Deus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones. (No offense) I was tired of them. I needed something original, something new. So if you are like me, and I believe many of you are...
I present you Deus:
Neovim 0.10 or Neovim nightly
If you use vim-plug
for your packages' management, you could use:
Plug 'tandy1229/deus.nvim'
And in your init.vim
, you can specify this colorscheme as your default:
" Enable the true color in your nvim
set termguicolors
colorscheme deus
Or in your init.lua
vim.opt.termguicolors = true
vim.cmd([[ colorscheme deus ]])
The colors are a bit mess in the nvim-deus which I have created before, I have named the colors in a bad way, such as purple0
purple1
, which are messy. In this way I create a new one which is more easy to maintain.
Thank you for @Iron-E creating such a good colorscheme temple.