dharmx
colo.nvim
Lua

Theming utlilities for neovim. This is very experimental at the moment.

Last updated Apr 8, 2026
37
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
2
Language breakdown
Lua 99.8%
Scheme 0.2%
โ–ธ Files click to expand
README

banner

Theming utilities for your Neovim.
STATUS: WIP
NVIM: v0.8.0

TODOS

leap.nvim, flit.nvim, trouble.nvim, portal.nvim, overseer.nvim, dapui.nvim diffview.nvim, jaq.nvim, vim-illuminate, move.nvim, pretty-fold.nvim, vim-sneak, lsp-saga.nvim, barbar.nvim and lightspeed.nvim.
  • Add a colorpicker.
  • Add an interactive playground.
  • Add acromatic color checker function.
  • Add temperature related functions.
  • Add cold related functions.
  • Add warmth related functions.
  • Add contrast related functions.
  • Write tests.
  • Write guides.
  • Refactor api.lua.
  • Refactor color.lua.
  • Refactor extensions.
  • Fix telescope: previews are not showed when results list is empty. (Invalied buffer ID)
  • Show a floating window when viewing colorscheme metadata. Allow setting timeouts and theme previews.
  • Allow callbacks for some parts of the config.
  • Add the following configuration options.
filetypes = {
    enable = false,
    items = {
      python = "nord_dark",
      lua = "mountain_dark",
      c = "oxocarbon_dark",
    },
  },
  presets = {
    enable = false,
    items = {
      italic_comments = false,
      dotted_spell = false,
      contrast = false,
      swap_kind = false,
      glaze_kind = false,
    },
  },

This project is licensed under GPL-3.0.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท dharmx/colo.nvim ยท Updated daily from GitHub