From 2999bcfda24e7adf79c9dee947958fc545be5126 Mon Sep 17 00:00:00 2001 From: Cheick Diarra Date: Tue, 2 Jan 2024 08:29:32 +0100 Subject: [PATCH] Add light color scheme --- lua/plugins/color-scheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/color-scheme.lua b/lua/plugins/color-scheme.lua index 8ce8168..d199c0e 100644 --- a/lua/plugins/color-scheme.lua +++ b/lua/plugins/color-scheme.lua @@ -1,5 +1,5 @@ return { "folke/tokyonight.nvim", lazy = true, - opts = { style = "night" } + opts = { style = "night", light_style = "day" } }