From ea8714273198033dd249e998f1cfeb2b91845fff Mon Sep 17 00:00:00 2001 From: Ye Thi Ha Htwe Date: Thu, 15 May 2025 09:27:03 +0700 Subject: [PATCH] Checkout to Linux branch --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a725a510..0677c1c8 100644 --- a/init.lua +++ b/init.lua @@ -907,7 +907,7 @@ require('lazy').setup({ -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. - vim.cmd.colorscheme 'tokyonight-storm' + vim.cmd.colorscheme 'tokyonight-night' end, },