This is a port of the oxocarbon.nvim theme for emacs. Because it’s a pretty theme.
This is not a 100% complete port — quite a few of the less common faces haven’t been defined yet — but it’s more complete than any of the other emacs ports I could find. Feel free to open a PR if you notice anything I’ve missed!
Also note that this theme currently only supports dark mode. I’ll definitely add light mode at some point, but I’m done porting for today!
This theme requires that autoloader is installed.
Simply download this theme, move it to your custom theme directory and load it with load-theme.
For example, using DOOM emacs:
curl https://raw.githubusercontent.com/jakesarjeant/oxocarbon-theme.el/refs/heads/master/oxocarbon-theme.el \
-o ~/.config/doom/themes/oxocarbon-theme.el
and add the following to .config/doom/config.el:
(load-theme 'oxocarbon t)
This project is provided under the MIT license


