-
-
Notifications
You must be signed in to change notification settings - Fork 250
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 oldworld-nvim (#996)
feat(colorscheme): add oldworld
- Loading branch information
1 parent
7de5e2f
commit cf27447
Showing
2 changed files
with
13 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,10 @@ | ||
# oldworld.nvim | ||
|
||
OldWorld is a theme heavily based on mellow.nvim but adding new colors and new integrations with different plugins. | ||
|
||
**Repository:** <https://github.com/dgox16/oldworld.nvim> | ||
|
||
```vim | ||
" Vim Script | ||
colorscheme oldworld | ||
``` |
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,3 @@ | ||
return { | ||
"dgox16/oldworld.nvim", | ||
} |