Poimandres colorscheme for Neovim written in Lua
poimandres.nvim
Neovim theme based on the poimandres vscode theme, written in Lua with treesitter support.
All variants of the theme will be available for use.

More screenshots
Lua

TypeScript

Golang

Plugin Support
- TreeSitter
- LSP Diagnostics
- LSP Trouble
- Git Signs
- Telescope
- NvimTree
- Lualine
- Indent Blankline
- Hop
- Leap
๐ฆ Installation
IMPORTANT! The setup function has to be invoked before the colorscheme is set!
Install with lazy.nvim:
-- Lua
{ 'olivercederborg/poimandres.nvim', lazy = false, priority = 1000, config = function() require('poimandres').setup { -- leave this setup function empty for default config -- or refer to the configuration section -- for configuration options } end,
-- optionally set the colorscheme within lazy config init = function() vim.cmd("colorscheme poimandres") end }
Install with packer:
-- Lua
use { 'olivercederborg/poimandres.nvim', config = function() require('poimandres').setup { -- leave this setup function empty for default config -- or refer to the configuration section -- for configuration options } end }
Plug 'olivercederborg/poimandres.nvim'
lua << EOF require('poimandres').setup { " leave this setup function empty for default config " or refer to the configuration section " for configuration options } EOF
๐ Usage
Enable the colorscheme:
IMPORTANT! The setup function has to be invoked before the colorscheme is set!
-- Lua
vim.cmd('colorscheme poimandres')
" Vim Script
colorscheme poimandres
โ๏ธ Configuration:
Setup function options:
require('poimandres').setup {
boldvertsplit = false, -- use bold vertical separators
dimncbackground = false, -- dim 'non-current' window backgrounds
disable_background = false, -- disable background
disablefloatbackground = false, -- disable background for floats
disable_italics = false, -- disable italics
}
To enable Poimandres for Lualine, just set the theme in your Lualine configuration:
require('lualine').setup {
options = {
-- ... your lualine config
theme = 'poimandres'
-- ... your lualine config
}
}
Extra
There's extra configuration files for the following tools:
Contributions
Feel free to help improving the color scheme by opening issues and PRs with features, fixes or changes.
๐ Related
- poimandres-theme: VSCode version
- poimandres-alacritty: Alacritty version
- poimandres-iterm: Iterm version
- poimandres.zed: Zed version
Hyper theme
hyper i hyper-pmndrs