Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LunarVim/onedarker.nvim
Onedark inspired colorscheme written in lua.
https://github.com/LunarVim/onedarker.nvim
hacktoberfest hacktoberfest2022 lua neovim neovim-colorscheme nvim
Last synced: 3 months ago
JSON representation
Onedark inspired colorscheme written in lua.
- Host: GitHub
- URL: https://github.com/LunarVim/onedarker.nvim
- Owner: LunarVim
- License: gpl-3.0
- Created: 2021-08-27T01:34:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T17:43:43.000Z (about 1 year ago)
- Last Synced: 2024-05-05T15:37:14.454Z (6 months ago)
- Topics: hacktoberfest, hacktoberfest2022, lua, neovim, neovim-colorscheme, nvim
- Language: Lua
- Homepage:
- Size: 61.5 KB
- Stars: 89
- Watchers: 6
- Forks: 36
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Onedarker
![newest](https://user-images.githubusercontent.com/696094/194201370-dba2a888-463a-45e4-89b7-a20ba6da7bde.png)Onedarker inspired colorscheme written in lua.
## Showcase
![2022-10-02-15:26:49](https://user-images.githubusercontent.com/696094/193473175-d08bfb9e-89bb-445f-8eb3-c51265595c7c.png)
![2022-10-02-15:19:33](https://user-images.githubusercontent.com/696094/193473176-818e443b-11e6-4025-a1a8-6cf182556ebd.png)
![2022-10-02-15:19:12](https://user-images.githubusercontent.com/696094/193473177-5c4635a7-20e1-4866-abd1-9166136895d5.png)## Install
```lua
use "lunarvim/Onedarker.nvim"
```## Activate
```lua
vim.cmd("colorscheme onedarker")
```