Skip to content

Commit

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

A fog descends upon your editor ☁ dark color scheme inspired by the woods for vim and neovim

**Repository:** <https://github.com/xero/miasma.nvim>

```vim
" Vim Script
colorscheme miasma
```
1 change: 1 addition & 0 deletions lua/astrocommunity/colorscheme/miasma-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "xero/miasma.nvim" }
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/tokyodark-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# tokyodark.nvim

A clean dark theme written in lua for neovim.

**Repository:** <https://github.com/tiagovla/tokyodark.nvim>

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

0 comments on commit d8b3dec

Please sign in to comment.