Skip to content

Commit

Permalink
feat(colorscheme): add oldworld-nvim (#996)
Browse files Browse the repository at this point in the history
feat(colorscheme): add oldworld
  • Loading branch information
0xricksanchez authored May 27, 2024
1 parent 7de5e2f commit cf27447
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/oldworld-nvim/README.md
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
```
3 changes: 3 additions & 0 deletions lua/astrocommunity/colorscheme/oldworld-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
return {
"dgox16/oldworld.nvim",
}

0 comments on commit cf27447

Please sign in to comment.