https://github.com/nyoom-engineering/oxocarbon-wezterm
A dark Wezterm theme, inspired by IBM Carbon.
https://github.com/nyoom-engineering/oxocarbon-wezterm
oxocarbon theme wezterm-colorscheme
Last synced: 12 days ago
JSON representation
A dark Wezterm theme, inspired by IBM Carbon.
- Host: GitHub
- URL: https://github.com/nyoom-engineering/oxocarbon-wezterm
- Owner: nyoom-engineering
- License: mit
- Created: 2023-02-25T13:40:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:44:43.000Z (over 3 years ago)
- Last Synced: 2025-01-08T16:24:03.982Z (over 1 year ago)
- Topics: oxocarbon, theme, wezterm-colorscheme
- Language: Jinja
- Homepage:
- Size: 644 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oxocarbon-wezterm
[](https://github.com/nyoom-engineering/oxocarbon/stargazers)
[](https://github.com/nyoom-engineering/oxocarbon/issues)
[](https://mit-license.org/)

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


## Install
1. Run the following commands:
```bash
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
```
2. Set it up as your colorscheme in your `wezterm.lua`
```lua
return {
color_scheme = 'Oxocarbon Dark',
use_fancy_tab_bar = false,
}
```
3. (optional) for a better experience consider enable this settings:
```lua
return {
window_decorations = "RESIZE",
hide_tab_bar_if_only_one_tab = true,
}
```
## License
The project is licensed under the MIT license