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.

12 lines
184 B
Lua

vim.opt.background = 'dark'
vim.cmd('colorscheme cosme')
vim.g.airline_theme = 'cosme'
local cl = function(t, o)
vim.api.nvim_set_hl(0, t, o)
end
cl('LineNr', {
bg = '#222222',
})