Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 3.46 KB

README.md

File metadata and controls

69 lines (52 loc) · 3.46 KB

alabaster_dark.nvim

A neovim port of alabaster for Sublime Text. Requires lush.nvim

Installation

Install lush.nvim and this colorscheme using a package manager.

Usage

set termguiclors
colorscheme alabaster_dark

Configuration

Two config options are provided:

  • g:alabaster_dim_comments (default: false). When true, comments are dimmed instead of being highlighteed bright yellow.
  • g:alabaster_floatborder (default: false). When true, floating window borders have a foreground colour and background colour is the same as Normal. When false, floating window borders have no foreground colour and background colour is the same as popup menus.

Treesitter

This colorscheme is designed with nvim-treesitter in mind (there is some highlighting of the default highlight groups but the intended use is with treesitter). Please contribute queries if you can, following these rules

Themed plugins

Screenshots

Rust swappy-20220130-111716

Telescope swappy-20220130-111801

Neogit (also shows DiffAdd and DiffDelete highlight groups) swappy-20220130-112712

diffview.nvim (also shows DiffChange and DiffText highlight groups) swappy-20220130-112534

C++ swappy-20220130-111917

Fennel swappy-20220130-112020

Help swappy-20220130-112338

Alabaster dark for other tools