This is a slightly modified version of the Onehalf theme by sonph.
It works with Vim and Neovim.
NeoVim + Tmux with true colors on iTerm2.
{
"MarcoKorinth/onehalf.nvim",
lazy = false
}
-- somewhere in your config:
vim.cmd("colorscheme onehalf")
use "MarcoKorinth/onehalf.nvim"
-- somewhere in your config:
vim.cmd("colorscheme onehalf")
Plug "MarcoKorinth/onehalf.nvim"
" somewhere in your config:
colorscheme onehalf