Add 4e554c4c/darkman.nvim (#676)

Co-authored-by: Thomas Versteeg <t@versteeg.email>
This commit is contained in:
Calvin Lee 2023-02-04 17:42:26 +08:00 committed by GitHub
parent 3bbe5c54dd
commit 1041dc6a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
- [Color](#color)
- [Colorscheme](#colorscheme)
- [Colorscheme Creation](#colorscheme-creation)
- [Colorscheme Switchers](#colorscheme-switchers)
- [Bars and Lines](#bars-and-lines)
- [Statusline](#statusline)
- [Tabline](#tabline)
@ -419,6 +420,11 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [echasnovski/mini.nvim#mini.base16](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-base16.md) - Module of `mini.nvim` with fast implementation of base16 theme for manually supplied palette.
- [ThemerCorp/themer.lua](https://github.com/themercorp/themer.lua) - A simple highlighter plugin for neovim. It has a huge collection of colorschemes. It also has ability to create colorschemes for Vim/Neovim and other supported apps (such as kitty and alacritty).
#### Colorscheme Switchers
- [4e554c4c/darkman.nvim](https://github.com/4e554c4c/darkman.nvim) - Follow the system dark-mode setting on Linux.
- [f-person/auto-dark-mode.nvim](https://github.com/f-person/auto-dark-mode.nvim) - Follow the system appearance on macOS.
### Bars and Lines
- [SmiteshP/nvim-navic](https://github.com/SmiteshP/nvim-navic) - A simple statusline/winbar component that uses LSP to show your current code context.