Skip to content

MarcoKorinth/onehalf.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onehalf

This is a slightly modified version of the Onehalf theme by sonph.

It works with Vim and Neovim.

Installation & Usage

screenshot: vim NeoVim + Tmux with true colors on iTerm2.

Installation with package manager

Lazy

{
  "MarcoKorinth/onehalf.nvim",
  lazy = false
}

-- somewhere in your config:
vim.cmd("colorscheme onehalf")

Packer

use "MarcoKorinth/onehalf.nvim"

-- somewhere in your config:
vim.cmd("colorscheme onehalf")

Vim-Plug

Plug "MarcoKorinth/onehalf.nvim"

" somewhere in your config:
colorscheme onehalf

About

Onehalf for nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published