Skip to content

Commit

Permalink
feat(colorscheme): add cyberdream and dogrun
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez committed Apr 29, 2024
1 parent 793a668 commit a21940e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/cyberdream-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# cyberdream.nvim

🤖💤 High-contrast, Futuristic & Vibrant color scheme for Neovim

**Repository:** <https://github.com/scottmckendry/cyberdream.nvim>

```vim
" Vim Script
colorscheme cyberdream
```
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/cyberdream-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"scottmckendry/cyberdream.nvim",
opts = {
transparent = true,
italic_comments = true,
hide_fillchars = true,
borderless_telescope = true,
terminal_colors = true,
},
}
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/dogrun-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# vim-dogrun

🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

**Repository:** <https://github.com/wadackel/vim-dogrun>

```vim
" Vim Script
colorscheme dogrun
```
1 change: 1 addition & 0 deletions lua/astrocommunity/colorscheme/dogrun-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "wadackel/vim-dogrun" }

0 comments on commit a21940e

Please sign in to comment.