https://github.com/nyoom-engineering/oxocarbon-warp
https://github.com/nyoom-engineering/oxocarbon-warp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyoom-engineering/oxocarbon-warp
- Owner: nyoom-engineering
- License: mit
- Created: 2025-06-06T04:53:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T04:58:50.000Z (about 1 year ago)
- Last Synced: 2025-06-06T05:29:34.202Z (about 1 year ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#


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.
## Features
- Comprehensive semantic highlighting
- Carefully crafted color palette for maximum contrast and readability
- Support for various terminal features
## Installation
### Warp Terminal
1. Create the themes directory if it doesn't exist:
```bash
mkdir -p ~/.warp/themes
```
2. Download themes to newly created directory
```bash
# 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
```
3. Restart Warp and select the theme from Settings > Appearance > Theme
### Additional Configuration
It is recommended to install and set font to `Liga SFMono Nerd Font`
## Development
The following requires `Cargo`/`Rust`. Changes should be made in `oxocarbon.toml`
To generate the Yaml files, run `make` in the root directory.
## Contributing
Before contributing, its recommended to read through the [style guide](https://github.com/nyoom-engineering/oxocarbon/blob/main/docs/style-guide.md). Discussion primarily takes place on the [Nyoom Engineering Discord Server](https://discord.gg/M528tDKXRG)
## License
The project is vendored under the MIT license