diff --git a/.config/nvim/.github/README.md b/.config/nvim/.github/README.md index 9b826d99..59dd02e3 100644 --- a/.config/nvim/.github/README.md +++ b/.config/nvim/.github/README.md @@ -86,6 +86,7 @@ 🎨 Colorscheme - [rockerBOO/boo-colorscheme-nvim](https://dotfyle.com/plugins/rockerBOO/boo-colorscheme-nvim) +- [samharju/synthweave.nvim](https://dotfyle.com/plugins/samharju/synthweave.nvim) - [HoNamDuong/hybrid.nvim](https://dotfyle.com/plugins/HoNamDuong/hybrid.nvim) - [craftzdog/solarized-osaka.nvim](https://dotfyle.com/plugins/craftzdog/solarized-osaka.nvim) - [shaunsingh/moonlight.nvim](https://dotfyle.com/plugins/shaunsingh/moonlight.nvim) diff --git a/.config/nvim/lua/plugins/extras/ui/colorschemes/synthweave.lua b/.config/nvim/lua/plugins/extras/ui/colorschemes/synthweave.lua new file mode 100644 index 00000000..6c06ffe5 --- /dev/null +++ b/.config/nvim/lua/plugins/extras/ui/colorschemes/synthweave.lua @@ -0,0 +1,6 @@ +return { + "samharju/synthweave.nvim", + name = "synthweave", + lazy = false, + opts = {}, +}