From 41351aeecbae8a1c19c0d006d4c8c5d61a4a84b9 Mon Sep 17 00:00:00 2001 From: Filipe Lima Date: Mon, 28 Apr 2025 11:27:27 -0300 Subject: [PATCH] feat: added min-theme to ts colorschemes list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 428e181263..bb0a472e1f 100755 --- a/README.md +++ b/README.md @@ -586,6 +586,7 @@ Tree-sitter is a new system introduced in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for Tree-sitter highlight groups. Vim colorschemes will work with the new groups out of the box. +- [datsfilipe/min-theme.nvim](https://github.com/datsfilipe/min-theme.nvim) - It's a port of Min, a minimal theme for VSCode, written in Lua. - [sontungexpt/witch](https://github.com/sontungexpt/witch) - The primary stinvim distro colorscheme includes the default feature of dimming inactive windows, along with various other customization options for users. - [Abstract-IDE/Abstract-cs](https://github.com/Abstract-IDE/Abstract-cs) - Colorscheme written in Lua, specially made for roshnivim with Tree-sitter support. - [rafamadriz/neon](https://github.com/rafamadriz/neon) - Customizable colorscheme with excellent italic and bold support, dark and light variants. Made to work and look good with Tree-sitter.