From e4064083004a312cc4b79165411aece39e31ede2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 30 Oct 2023 22:30:53 +0200 Subject: Changed colorscheme to tokyonight-night --- lua/user/view.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/view.lua b/lua/user/view.lua index 4bafbd0..837fce4 100644 --- a/lua/user/view.lua +++ b/lua/user/view.lua @@ -18,7 +18,7 @@ require('tokyonight').setup({ }) -- Define default color scheme -local default_colorscheme = 'bamboo' +local default_colorscheme = 'tokyonight-night' local fallback_colorscheme = 'desert' -- Attempt to set the default color scheme -- cgit v1.2.3