Skip to content

Commit

Permalink
feat(colorscheme): add dracula (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: noname2001 <[email protected]>
  • Loading branch information
noname2001 and NoName1e authored Apr 27, 2023
1 parent 6d92e41 commit b7d24a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/astrocommunity/colorscheme/dracula/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# dracula.nvim

**Repository:** https://github.com/Mofiqul/dracula.nvim

```
" Vim Script
colorscheme dracula
" or:
colorscheme dracula-soft
```
1 change: 1 addition & 0 deletions lua/astrocommunity/colorscheme/dracula/dracula.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "Mofiqul/dracula.nvim" }

0 comments on commit b7d24a7

Please sign in to comment.