Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 574 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 574 Bytes

balance-theme.nvim

A light theme colorscheme focused on readability and many different colors.

ScreenShots

image image

Usage

Using Packer (or adapt for your package manager of choice)

use 'MetriC-DT/balance-theme.nvim'

And somewhere in your init.vim:

colorscheme balance

Alternatively, in lua:

require'balance'.setup()