From 803b2712bf7fffb4b1ed05e466f1678b35083213 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 14 Jul 2024 00:37:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=EF=B8=8F=20Add=20paper=20colorsche?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - A nice light theme --- lua/themes/paper.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/themes/paper.lua diff --git a/lua/themes/paper.lua b/lua/themes/paper.lua new file mode 100644 index 0000000..de39a69 --- /dev/null +++ b/lua/themes/paper.lua @@ -0,0 +1,3 @@ +return { + "https://gitlab.com/yorickpeterse/vim-paper.git", +}