nordic.nvim
nordic.nvim copied to clipboard
A nord-esque colorscheme for neovim
Please consider adding support for Neovim plugin [aerial.nvim](https://github.com/stevearc/aerial.nvim). Its highlight groups are documented [here](https://github.com/stevearc/aerial.nvim#highlight).
With https://github.com/neovim/neovim/commit/4aa0cdd3aa117e032325edeb755107acd4ecbf84 merged in it is possible now to use `vim.api.nvim_set_hl(0, …)` to set highlights for global `:highlight` namespace. I have noticed in nordic's code that you are using `vim.highlight.create`...
Completely broken. --- Edited by @andersevenrud - [ ] Update examples - [ ] Add a git message with migration help ``` refactor!: use vim.api.nvim_set_hl() Introduces changes in color definitions...
gitsigns just merged in some changes for its highlight groups. I did not look into it in detail yet but thought I will open an issue to keep track of...
Instead of just enabling or disabling italics provide a table where the user can enable italics for different keywords. ```lua italics = { enabled = true, -- Enable/disable italics globally...
This colorscheme is awesome! If you could add support for transparency it will be perfect!
Closes #92