Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LunarVim/darkplus.nvim
https://github.com/LunarVim/darkplus.nvim
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/LunarVim/darkplus.nvim
- Owner: LunarVim
- License: gpl-3.0
- Created: 2021-12-12T16:18:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T13:40:47.000Z (5 months ago)
- Last Synced: 2024-08-01T01:28:16.946Z (3 months ago)
- Language: Lua
- Size: 219 KB
- Stars: 112
- Watchers: 4
- Forks: 46
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![header](./assets/Dark_PLUS.png)
---
Darkplus inspired colorscheme written in lua.
## Showcase
![2022-10-05-21:52:55](https://user-images.githubusercontent.com/696094/194197308-3b5c1728-fc07-4b80-b30b-1d14c09d6656.png)
![2022-10-05-21:42:21](https://user-images.githubusercontent.com/696094/194197310-e2728711-43c3-49d4-b1f4-4db7cd3b2901.png)
![2022-10-05-21:42:08](https://user-images.githubusercontent.com/696094/194197313-309fe9ec-4d4e-4c81-b95d-118117c895de.png)## Install
```lua
use "lunarvim/darkplus.nvim"
```## Activate
```lua
vim.cmd("colorscheme darkplus")
```