Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

olivercederborg/poimandres-wezterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poimandres for Wezterm

⚠️ Contents of this repo have been moved to poimandres.nvim as extras, therefor this repo's contents might be outdated ⚠️

Screenshots

Base Storm
Poimandres Base Poimandres Storm

Installation

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):

  1. Clone this repo, or download the poimandres.lua file.

  2. 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 a colors directory in the same directory as wezterm.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

  3. Move poimandres.lua to the colors directory created in step 2.

  4. 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
}
  1. Optionally change the flavour in the setup function.
local poimandres = require("colors/poimandres").setup {
  flavour = 'storm' -- default: 'base'
}
  1. That's it!

Related

Hyper theme

hyper i hyper-pmndrs

Releases

No releases published

Packages

No packages published

Languages