1
0
Fork 0

nvim: solarized transparent terminal

This commit is contained in:
Von Random 2023-09-14 01:38:53 +03:00
parent 6024255420
commit b18dd8648f

View file

@ -37,6 +37,7 @@ map('n', '<Leader>.', '<cmd>Telescope git_files<CR>')
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>') map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')
--[[ theme ]] --[[ theme ]]
vim.g.solarized_termtrans = 1
vim.g.solarized_extra_hi_groups = 1 vim.g.solarized_extra_hi_groups = 1
vim.o.termguicolors = true vim.o.termguicolors = true
vim.o.bg = 'light' vim.o.bg = 'light'