Base | Storm |
---|---|
There are two ways to apply this color scheme:
Poimandres is now included in WezTerm, or you can use the legacy Lua version.
WezTerm included:
Set color_scheme
in wezterm.lua
to your favorite variant of the color scheme.
return {
color_scheme = "Poimandres", -- or "Poimandres Storm"
}
Lua version (legacy):
-
Clone this repo, or download the poimandres.lua file.
-
If you're on a POSIX system: create a
colors
directory in your wezterm config path, e.g.~/.config/wezterm/colors
. If you're on Windows: create acolors
directory in the same directory aswezterm.exe
, e.g.C:\Program Files\WezTerm
. If you're unsure of the config location for your system, take a look at the WezTerm documentation -
Move
poimandres.lua
to thecolors
directory created in step 2. -
Add the following to your main WezTerm config file, e.g.
~/.config/wezterm/wezterm.lua
.
local wezterm = require('wezterm')
local poimandres = require('colors/poimandres').setup {}
return {
colors = poimandres,
-- rest of your config
}
- Optionally change the flavour in the setup function.
local poimandres = require("colors/poimandres").setup {
flavour = 'storm' -- default: 'base'
}
- That's it!
- poimandres.nvim: Neovim version
- poimandres-theme: VSCode version
- poimandres-alacritty: Alacritty version
- poimandres-iterm: Iterm version
hyper i hyper-pmndrs