Skip to content

nyoom-engineering/oxocarbon-wezterm

Repository files navigation

oxocarbon-wezterm

Stars GitHub Issues License Discord Server

Oxocarbon is a set of community ports of IBM's carbon color palette and design philosophy to various applications and tooling.

Showcase

neofetch colorbars

Install

  1. 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
  1. Set it up as your colorscheme in your wezterm.lua
return {
  color_scheme = 'Oxocarbon Dark',
  use_fancy_tab_bar = false,
}
  1. (optional) for a better experience consider enable this settings:
return {
  window_decorations = "RESIZE",
  hide_tab_bar_if_only_one_tab = true,
}

License

The project is licensed under the MIT license

Releases

No releases published

Packages

No packages published