From 9171060e62aed9b9e33effb981e1c6e9835edcd7 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 13 Aug 2024 16:01:36 +0200 Subject: [PATCH] addet some init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 045fc48..fb057ff 100644 --- a/init.lua +++ b/init.lua @@ -10,4 +10,4 @@ require("pika.lazy") -- ╭──────────────────────────────────────────────────────╮ -- │ themes are under ./lua/pika/plugins/colorschemes.lua │ -- ╰──────────────────────────────────────────────────────╯ -apply_colorscheme("rose-pine") -- Change "witch" to your desired colorscheme name +apply_colorscheme("melange") -- Change "witch" to your desired colorscheme name