You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
247 B
Lua

vim.g.jellybeans_use_term_italics = 1
local background = {}
background["ctermbg"] = 'none'
background["256ctermbg"] = 'none'
background["guibg"] = 'none'
vim.g.jellybeans_overrides = { background = background }
vim.cmd.colorscheme("jellybeans")