Oxocarbon is a set of community ports of IBM's carbon color palette and design philosophy to various applications and tooling.
- Run the following commands:
mkdir -p $HOME/.config/wezterm/colors
cd $HOME/.config/wezterm/colors/
curl -O https://raw.githubusercontent.com/nyoom-engineering/oxocarbon-wezterm/main/oxocarbon-dark.toml
- Set it up as your colorscheme in your
wezterm.lua
return {
color_scheme = 'Oxocarbon Dark',
use_fancy_tab_bar = false,
}
- (optional) for a better experience consider enable this settings:
return {
window_decorations = "RESIZE",
hide_tab_bar_if_only_one_tab = true,
}
The project is licensed under the MIT license