all repos — desert-witch.nvim @ main

An earthy, mystical color palette for neovim

9f9f0d3c
feat: add BlinkCmpGhostText
trickyni trickyniv56@gmail.com
Sun, 10 May 2026 17:31:28 +0300
07784d0b
add popupmenu colors
trickyni trickyniv56@gmail.com
Sat, 25 Apr 2026 09:50:52 +0300
561ec7bc
make H3 bold
trickyni trickyniv56@gmail.com
Sat, 28 Mar 2026 20:32:44 +0300

desert-witch.nvim

An earthy, mystical color palette. screenshot

Features:

Plugin Support

Installation:

using vim.pack.add (Neovim v0.12+)

vim.pack.add({"https://codeberg.org/trickyni/desert-witch.nvim/src/branch/main"})
vim.cmd("colorscheme desert-witch")

using lazy.nvim:

{
  "https://codeberg.org/trickyni/desert-witch.nvim/src/branch/main",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme desert-witch")
  end,
}

Future plans:

Feedback welcome!

Desert Witch is mainly tested on QML, Javascript, CSS and HTML, and is tweaked for the plugins I personally enjoy.

If you’re readiding this:
First, thank you for taking a moment to appreciate my personal love-letter to the color brown.
Second: If you’d like to extend this theme, (or if you’d like me to do it!) please, make some noise!

Inspiration

clone
git clone https://git.trickyni.com/desert-witch.nvim.git