No description
Find a file
2025-10-17 10:27:25 +02:00
colors oops 2025-10-16 14:11:09 +02:00
lua/filth Highlight special punctuation as Operator 2025-10-17 10:27:25 +02:00
example.png a first version 2025-10-16 14:03:04 +02:00
filth.toml Highlight special punctuation as Operator 2025-10-17 10:27:25 +02:00
Justfile tweaked justscript and changed title styling 2025-10-16 14:24:12 +02:00
LICENSE MIT license 2025-10-16 14:04:09 +02:00
README.md lazy.nvim installation instructions 2025-10-16 20:30:32 +02:00

filth theme for nvim

A variant on Catppuccin Mocha with more minimal choices around colors.

The real Catppuccin Mocha: https://github.com/catppuccin/nvim

Created using: https://github.com/LunarVim/colorgen-nvim

Installation

lazy.nvim

{
  url = "https://git.liten.app/krig/filth-theme",
  lazy = false,
  priority = 1000,
  config = function()
    vim.o.background = 'dark'
    vim.cmd.colorscheme 'filth'
  end
},