fix: force light theme
1 files changed, 1 insertions(+), 0 deletions(-) M config/colourscheme.nix
M config/colourscheme.nix => config/colourscheme.nix +1 -0
@@ 16,6 16,7 @@ background = 'hard', italics = true, }) + vim.o.background = "light" ''; colorscheme = "everforest"; }