From 3f4c4206c6bdce1651f82e65733765a8f10825c2 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 27 Mar 2025 23:43:29 +0100 Subject: [PATCH] add: astroluma colorscheme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0fc3d1c..1b15708 100644 --- a/init.lua +++ b/init.lua @@ -9,7 +9,7 @@ else -- │ themes are under ./lua/pika/plugins/colorschemes.lua │ -- ╰──────────────────────────────────────────────────────╯ - vim.cmd.colorscheme("eldritch") + vim.cmd.colorscheme("astrodark") -- Keybind for saving clipboard screenshot and inserting a Markdown link vim.api.nvim_set_keymap(