set solarized-osaka bg transparent to false

This commit is contained in:
jc 2023-12-18 22:46:23 -05:00
commit ad15e29c52
No known key found for this signature in database

View file

@ -11,5 +11,8 @@ return {
{ {
"craftzdog/solarized-osaka.nvim", "craftzdog/solarized-osaka.nvim",
priority = 1000, priority = 1000,
opts = {
transparent = false,
}
} }
} }