

Oxocarbon is a High contrast accessible colorscheme inspired by IBM Carbon. It delivers class-leading readability without strain by adhering to WCAG 2.1 guidelines.
- Comprehensive semantic highlighting
- Carefully crafted color palette for maximum contrast and readability
- Support for various terminal features
- Create the themes directory if it doesn't exist:
mkdir -p ~/.warp/themes
- Download themes to newly created directory
# default
curl -o ~/.warp/themes/oxocarbon.yaml https://raw.githubusercontent.com/nyoom-engineering/oxocarbon-warp/main/themes/oxocarbon.yaml
# oled
curl -o ~/.warp/themes/oxocarbon-oled.yaml https://raw.githubusercontent.com/nyoom-engineering/oxocarbon-warp/main/themes/oxocarbon-oled.yaml
- Restart Warp and select the theme from Settings > Appearance > Theme
It is recommended to install and set font to Liga SFMono Nerd Font
The following requires Cargo
/Rust
. Changes should be made in oxocarbon.toml
To generate the Yaml files, run make
in the root directory.
Before contributing, its recommended to read through the style guide. Discussion primarily takes place on the Nyoom Engineering Discord Server
The project is vendored under the MIT license