Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 2.17 KB

README.md

File metadata and controls

88 lines (64 loc) · 2.17 KB

sprotoblue - demon free colorscheme

Hello Sproto

image

For latest TreeSitter syntax highlight, upgraded to Neovim 0.8.0 or later built with tree-sitter 0.20.3+

Installation

Install via your favourite package manager

" Using Vim-Plug
Plug 'mrchonky/sprotoblue.nvim'
-- Using Packer
use 'mrchonky/sprotoblue.nvim'

Configuration

Enable theme

-- Lua
require('sprotoblue').load()
" Vim
colorscheme sprotoblue

Plugins Configuration

Enable lualine

To Enable the sprotoblue theme for Lualine, specify theme as sprotoblue:

require('lualine').setup {
  options = {
    theme = 'sprotoblue'
    -- ... your lualine config
  }
}

Plugins Supported

Reference

License

MIT