Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiorfo/nvim-nyctophilia
A set of Neovim colorschemes for nightlovers
https://github.com/javiorfo/nvim-nyctophilia
colorscheme lua neovim neovim-plugin vim-syntax-highlighting
Last synced: about 2 months ago
JSON representation
A set of Neovim colorschemes for nightlovers
- Host: GitHub
- URL: https://github.com/javiorfo/nvim-nyctophilia
- Owner: javiorfo
- License: other
- Created: 2023-02-02T02:02:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T02:24:17.000Z (6 months ago)
- Last Synced: 2024-08-14T03:59:47.197Z (6 months ago)
- Topics: colorscheme, lua, neovim, neovim-plugin, vim-syntax-highlighting
- Language: Lua
- Homepage:
- Size: 255 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-nyctophilia
*nvim-nyctophilia is a set of Neovim colorschemes for nightlovers.*## Caveats
- This plugin has been developed on and for Linux following open source philosophy.## Overview
- **Colorschemes**
- nox, umbra, nebula, tenebra
- **Integrations**
- [Minimaline](https://github.com/javiorfo/nvim-minimaline), [Lualine](https://github.com/nvim-lualine/lualine.nvim), [NvimTree](https://github.com/nvim-tree/nvim-tree.lua), [NerdTree](https://github.com/preservim/nerdtree)## Installation
`Packer`
```lua
use 'javiorfo/nvim-nyctophilia'
```
`Lazy`
```lua
{
'javiorfo/nvim-nyctophilia',
lazy = false,
init = function()
-- Available themes: nox, umbra, nebula and tenebra
vim.cmd[[colorscheme umbra]]
end
}
```## Configuration (Packer)
- Set up *init.lua*
```lua
-- Available themes: nox, umbra, nebula and tenebra
vim.cmd[[colorscheme umbra]]
```## Troubleshooting
- If using LSP servers disable semantics, otherwise syntax might not look properly
```lua
-- Example with C language
require'lspconfig'.clangd.setup {
on_attach = function(client, _)
client.server_capabilities.semanticTokensProvider = nil
end
}
```## Screenshots
#### colorscheme `umbra` with Rust#### colorscheme `nebula` with C
#### colorscheme `nox` with Java
#### colorscheme `tenebra` with Lua
---
### Donate
- **Bitcoin** [(QR)](https://raw.githubusercontent.com/javiorfo/img/master/crypto/bitcoin.png) `1GqdJ63RDPE4eJKujHi166FAyigvHu5R7v`
- [Paypal](https://www.paypal.com/donate/?hosted_button_id=FA7SGLSCT2H8G)