colorscheme: light theme

- Otherwise was dark in tmux
This commit is contained in:
Fabrice Mouhartem 2023-12-25 09:23:45 +01:00
parent e7f13d002d
commit c2a04d310e
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ vim.o.completeopt = 'menuone,noselect'
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true
-- Light colorscheme
vim.o.background = "light"
-- general purpose options
local set_true = { 'title', 'relativenumber', 'ruler', 'modeline',
'autoread', 'cursorline', 'cursorcolumn',