Skip to content

Commit

Permalink
feat(colorscheme): add bluloco-nvim (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez authored May 30, 2024
1 parent b2c7a4b commit 37f0c1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/astrocommunity/colorscheme/bluloco-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# bluloco.nvim

bluloco theme port for neovim

**Repository:** <https://github.com/uloco/bluloco.nvim>

```vim
" Vim Script
colorscheme bluloco-dark
colorscheme bluloco-light
```
5 changes: 5 additions & 0 deletions lua/astrocommunity/colorscheme/bluloco-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"uloco/bluloco.nvim",
dependencies = { "rktjmp/lush.nvim" },
opts = {},
}

0 comments on commit 37f0c1d

Please sign in to comment.