calind/selenized.nvim

github github
colorschemelua-colorscheme
stars 12
issues 3
subscribers 3
forks 1
CREATED

2023-05-29

UPDATED

11 months ago


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.