Dich0tomy
oxocarbon-lua.nvim
Lua

A lua rewrite of the original oxocarbon theme.

Last updated Dec 23, 2025
80
Stars
12
Forks
1
Issues
0
Stars/day
Attention Score
18
Language breakdown
Lua 99.7%
Vim Script 0.3%
โ–ธ Files click to expand
README

oxocarbon.nvim rewritten in fennel!

The original theme has been rewritten in fennel, which means this plugin is not needed anymore. I leave it as a public archive.

oxocarbon-lua.nvim

A lua rewrite of the original oxocarbon.nvim theme written in Rust. Original author: @shaunsingh

Table Of Contents

Installing

Install using your favourite package manager, e.g. packer:

use 'B4mbus/oxocarbon-lua.nvim'
or plug:
Plug 'B4mbus/oxocarbon-lua.nvim'

Using

If you are using lua and the newest 0.8.0 neovim version do:

vim.cmd.colorscheme 'oxocarbon-lua'
Otherwise:
vim.cmd 'colorscheme oxocarbon-lua'

If you have a vimscript configuration this will get the theme running:

colorscheme oxocarbon-lua

Additional configuration

Disabling terminal colors


The original theme sets the terminal colors to oxocarbon's pallete, but it seems like a lot of tools use only the few first (black and white), which can make the usage of the terminal really annoying.

vim.g.oxocarbonluakeep_terminal = true
or
let g:oxocarbonluakeep_terminal = 1

Disabling italics


vim.g.oxocarbonluadisable_italic = true
or
let g:oxocarbonluadisable_italic = 1

Enabling transparency


vim.g.oxocarbonluatransparent = true
or
let g:oxocarbonluatransparent = 1

Alternative telescope style


The original's telescope looks like this: Original telescope

With this variable set it will look like this: Original telescope

vim.g.oxocarbonluaalternative_telescope = true
or
let g:oxocarbonluaalternative_telescope = 1

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท Dich0tomy/oxocarbon-lua.nvim ยท Updated daily from GitHub