10 lines
182 B
Lua
10 lines
182 B
Lua
require('rose-pine').setup({
|
|
groups = {
|
|
background = 'none'
|
|
},
|
|
highlight_groups = {
|
|
MsgArea = { bg = 'none' },
|
|
}
|
|
})
|
|
|
|
vim.cmd('colorscheme rose-pine')
|