Skip to content

raindev/rose-pine-wezterm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Rosé Pine for WezTerm

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

To style the terminal and tab bar, move lua/ to ~/.config/wezterm/lua/ (Linux, macOS, and FreeBSD) or the directory containing wezterm.exe (Windows). Load the module for the variant you want to use by adding these lines to wezterm.lua above the return block:

local colors = require('lua/rose-pine').colors()
local window_frame = require('lua/rose-pine').window_frame()

Then, specify the color definitions in your configuration:

return {
    colors = colors,
    window_frame = window_frame, -- needed only if using fancy tab bar
}

Make sure color_scheme is not specified, because the color scheme overrides all custom colors defined in the lua configuration.

Note that WezTerm now (as of March 2023) includes built-in Rosé Pine color schemes imported from the Gogh collection. The color schemes here use slightly different color selections and also include colors for the tab bar.

Gallery

Rosé Pine

WezTerm with Rosé Pine

Rosé Pine Moon

WezTerm with Rosé Pine Moon

Rosé Pine Dawn

WezTerm with Rosé Pine Dawn

Thanks to

About

Soho vibes for WezTerm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%