Skip to content

TomDan-GodsHand/Eva-Theme.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eva-Theme.nvim

A semantic coloring code colorscheme for NeoVim ported from Eva-Theme

Supports both Dark and Light modes, with four styles available for each mode: Normal, Bold, Italic, and Italic Bold.

Dark

dark1

Light

light2

🛠 Installation

{
  "sharpchen/Eva-Theme.nvim",
  lazy = false,
  priority = 1000,
}

🎯 Setup

Select Variants

  • VimScript
colo Eva-Dark " or any other variant
" colo Eva-Light
" colo Eva-Dark-Bold
" colo Eva-Light-Bold
" colo Eva-Dark-Italic
" colo Eva-Light-Italic
" colo Eva-Dark-Italic-Bold
" colo Eva-Light-Italic-Bold
  • Lua
vim.cmd('colo Eva-Dark') -- or any variant

Options

Currently no option is opened. If you need any, please create a feature request.

Contribution Guide

About

A comfortable and semantic theme for NeoVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%