-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(colorscheme): add dracula (#168)
Co-authored-by: noname2001 <[email protected]>
- Loading branch information
1 parent
6d92e41
commit b7d24a7
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
return { "Mofiqul/dracula.nvim" } |