Git Product home page Git Product logo

poimandres-wezterm's Introduction

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

poimandres-wezterm's People

Contributors

olivercederborg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

poimandres-wezterm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.