Skip to content

Commit

Permalink
feat(colorscheme): add hybrid.nvim (#998)
Browse files Browse the repository at this point in the history
* feat(colorscheme): add hybrid.nvim

* fix(colorscheme): call opts for hybrid.nvim

Co-authored-by: Micah Halter <[email protected]>

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
0xricksanchez and mehalter authored May 28, 2024
1 parent 0d644e7 commit 6d7a243
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/hybrid-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# hybdrid.nvim

A dark Neovim theme written in Lua

**Repository:** <https://github.com/HoNamDuong/hybrid.nvim>

```vim
" Vim Script
colorscheme hybrid
```
4 changes: 4 additions & 0 deletions lua/astrocommunity/colorscheme/hybrid-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"HoNamDuong/hybrid.nvim",
opts = {},
}

0 comments on commit 6d7a243

Please sign in to comment.