colorscheme: light theme
- Otherwise was dark in tmux
This commit is contained in:
parent
e7f13d002d
commit
c2a04d310e
@ -38,6 +38,9 @@ vim.o.completeopt = 'menuone,noselect'
|
|||||||
-- NOTE: You should make sure your terminal supports this
|
-- NOTE: You should make sure your terminal supports this
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
||||||
|
-- Light colorscheme
|
||||||
|
vim.o.background = "light"
|
||||||
|
|
||||||
-- general purpose options
|
-- general purpose options
|
||||||
local set_true = { 'title', 'relativenumber', 'ruler', 'modeline',
|
local set_true = { 'title', 'relativenumber', 'ruler', 'modeline',
|
||||||
'autoread', 'cursorline', 'cursorcolumn',
|
'autoread', 'cursorline', 'cursorcolumn',
|
||||||
|
Loading…
Reference in New Issue
Block a user