Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razobeckett/uwunified.nvim
Uwunify your Neovim Experience now! *NEW* Colorscheme
https://github.com/razobeckett/uwunified.nvim
colorscheme neovim nvim nvim-colorscheme nvim-configuration nvim-plugin nvim-setup nvim-theme theme uwunicorn
Last synced: 4 days ago
JSON representation
Uwunify your Neovim Experience now! *NEW* Colorscheme
- Host: GitHub
- URL: https://github.com/razobeckett/uwunified.nvim
- Owner: RazoBeckett
- License: mit
- Created: 2024-08-20T12:58:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:17:16.000Z (about 2 months ago)
- Last Synced: 2025-01-16T14:47:49.992Z (4 days ago)
- Topics: colorscheme, neovim, nvim, nvim-colorscheme, nvim-configuration, nvim-plugin, nvim-setup, nvim-theme, theme, uwunicorn
- Language: Lua
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uwunified
- Theme inspired by the base16colorscheme named: "uwunicorn"
- Uwunify your Neovim now!# Usage
- lazy
```lua
{
"razobeckett/uwunified.com",
config = function()
vim.cmd.colorscheme("uwunified")
end,
}
```# Example
Presenting to you uwunified neovim:![preview](previews/preview1.png)
# Credits
Thanks to [@Calder-Ty](https://github.com/Calder-Ty) -- borrowed most of the code from his [ice-wyvern.nvim](https://github.com/Calder-Ty/ice-wyvern.nvim)