sharpchen / Eva-Theme.nvim

A comfortable and semantic theme for NeoVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Lua 100.0%