Skip to content

Commit

Permalink
feat(colorscheme) add night-owl as well
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez committed Apr 29, 2024
1 parent a21940e commit 34c5737
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
11 changes: 1 addition & 10 deletions lua/astrocommunity/colorscheme/cyberdream-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
return {
"scottmckendry/cyberdream.nvim",
opts = {
transparent = true,
italic_comments = true,
hide_fillchars = true,
borderless_telescope = true,
terminal_colors = true,
},
}
return { "oxfist/night-owl.nvim" }
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/night-owl-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# night-owl.nvim

🦉 🌌 Night Owl colorscheme implementation for Neovim with support for Treesitter and semantic tokens

**Repository:** <https://github.com/oxfist/night-owl.nvim>

```vim
" Vim Script
colorscheme night-owl
```
Empty file.

0 comments on commit 34c5737

Please sign in to comment.