Skip to content

tandy1229/deus.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deus.nvim

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.

Table of contents

Introduce

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:

Preview

demo

Prerequisites

Neovim 0.10 or Neovim nightly

Installation

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 ]])

Why create another?

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.

Credit

Thank you for @Iron-E creating such a good colorscheme temple.