A cold, dark color scheme for Neovim
๐ Substrata
A cold, dark color scheme for Neovim written in Lua ported from vim-substrata theme.
โจ Features
- Supports the latest Neovim
0.5features like TreeSitter and LSP - Terminal colors inside Neovim
- Color themes for terminals:
alacritty
- gnome-terminal
- iterm2
- kitty
- konsole
- wezterm
Plugin Support
- TreeSitter
- LSP Diagnostics
- LSP Trouble
- LSP Saga
- Git Signs
- Telescope
- NvimTree
- WhichKey
- Indent Blankline
- BufferLine
- ALE
- vim-sneak
- nvim-cmp
- Hydra
โก๏ธ Requirements
- Neovim >= 0.5.0
๐ฆ Installation
Install the theme with your preferred package manager:
Plug 'kvrohit/substrata.nvim'
use 'kvrohit/substrata.nvim'
๐ Usage
Enable the colorscheme:
-- Lua
vim.cmd [[colorscheme substrata]]
" Vim Script
colorscheme substrata
โ๏ธ Configuration
Configuration needs to be set BEFORE loading the color scheme with colorscheme substrata
| Option | Default | Description | | -------------------------- | --------- | ------------------------ | | substrataitaliccomments | true | Make comments italic | | substrataitalickeywords | false | Make keywords italic | | substrataitalicbooleans | false | Make booleans italic | | substrataitalicfunctions | false | Make functions italic | | substrataitalicvariables | false | Make variables italic | | substrata_transparent | false | Disable background color | | substrata_variant | default | Colorscheme variant |
-- Example config in lua
vim.g.substrataitalicfunctions = true
-- Load the colorscheme vim.cmd [[colorscheme substrata]]
" Example config in Vim Script
let g:substrataitalicfunctions = 1
" Load the colorscheme colorscheme substrata
" Setting brighter colorscheme variant
let g:substrata_variant = "brighter"
Preview
Terminal

Shell script

Markdown

YAML

Rust

HTML

CSS

JavaScript

โ๏ธ Extras
- Eclipse color theme:
extras/eclipse/substrata.xml - Gnome Terminal color theme:
extras/gnome-terminal/substrata.sh - iTerm2 color theme:
extras/iterm2/substrata.itermcolors - Konsole color theme:
extras/konsole/substrata.colorscheme - WezTerm color theme:
extras/wezterm/colors/Substrata.toml - kitty color theme:
extras/kitty/substrata.conf - Alacritty color theme:
extras/alacritty/substrata.yaml
๐ Credits
- The original authors of the excellent vim-substrata theme.
- Lua plugin derived from neon and influenced by tokyonight.nvim.
- Gnome terminal, Konsole and iTerm2 colors exported from terminal.sexy.