Skip to content

crivotz/okcolors-wezterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

OkColors for WezTerm

Usage

To install the theme using the built-in WezTerm plugin support, add these lines to your wezterm.lua file above the return block (available variants are smooth, smooth_light, sharp, and sharp_light):

local wezterm = require('wezterm')
local theme = wezterm.plugin.require('https://github.com/crivotz/okcolors-wezterm').smooth

If you prefer to install the theme manually, copy plugin/init.lua to ~/.config/wezterm/lua/ (Linux, macOS, and FreeBSD) or the directory containing wezterm.exe (Windows), and rename it to okcolors.lua. Load the module and variant you want to use:

local theme = require('lua/okcolors').smooth

Then, specify the color definitions in your configuration to style the terminal and tab bar:

return {
    colors = theme.colors(),
    window_frame = theme.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.

Credits to

About

OkColors for WezTerm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages