Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.06 KB

tonight.nvim 🌙

Tonight is a dark colour scheme for Neovim written in Lua with Tomorrow Dark and Spacegray in mind.

Screenshots

image image

Why?

I made it because the aforementioned colour schemes are great but quite dim and unappealing to look at over long periods of time. The main idea is to look at a colour and know instantly what it is every single time without the mental overhead of staring at it too long. This, for me, does that.

Also I wanted an excuse to learn Lua :^).

Features

  • Easy on the eyes for long periods of time
  • Supports LSP.
  • Treesitter support for the most part. More support is gradually being added over time.

Installation & Usage

Install with packer

use 'redshifttt/tonight.nvim'

Enabling the colourscheme

vim.cmd.colorscheme("tonight")