From 06629235d6f1e7fe823adae46cd9cf66f97f9611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 3 Mar 2024 13:55:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20new=20colorscheme=20e?= =?UTF-8?q?xtra:=20synthweave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/.github/README.md | 1 + .../nvim/lua/plugins/extras/ui/colorschemes/synthweave.lua | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .config/nvim/lua/plugins/extras/ui/colorschemes/synthweave.lua 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 = {}, +}