Skip to content

jakesarjeant/oxocarbon-theme.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oxocarbon-theme.el

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!

./img/dash.png

./img/docs.png

./img/code.png

Prerequisites

This theme requires that autoloader is installed.

Installation

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)

License

This project is provided under the MIT license

About

Port of oxocarbon.nvim for emacs

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors