All natural pine, faux fur and a bit of soho vibes for the classy minimalist
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.