Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1010 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 1010 Bytes

Selenized color palette for NeoVIM

Features

  • Support for LSP and nvim-cmp
  • Support for GitSigns
  • Treesiter syntax highlighting

Screenshots

C Highligthing

Go Highligthing

GitSigns

Installation

Install the theme with your preferred package manager.

lazy.nvim

{ "calind/selenized.nvim" }

packer.nvim

use { "calind/selenized.nvim" }

Usage

Using vimL:

colorscheme selenized

Using Lua:

vim.cmd.colorscheme "selenized"

Acknowlegement

This color scheme is based on https://github.com/jan-warchol/selenized.