Skip to content

Commit

Permalink
feat(colorscheme): add aurora (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez authored May 28, 2024
1 parent 042f851 commit cf9dfd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/aurora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# aurora

A vivid dark theme for (Neo)Vim. Optimized for treesitter, LSP.

**Repository:** <https://github.com/ray-x/aurora>

```vim
" Vim Script
colorscheme aurora
```
3 changes: 3 additions & 0 deletions lua/astrocommunity/colorscheme/aurora/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
return {
"ray-x/aurora",
}

0 comments on commit cf9dfd2

Please sign in to comment.