mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add 4e554c4c/darkman.nvim
(#676)
Co-authored-by: Thomas Versteeg <t@versteeg.email>
This commit is contained in:
parent
3bbe5c54dd
commit
1041dc6a69
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue