Skip to content

Commit

Permalink
fix(neosolarized-nvim): default to background being set
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 28, 2024
1 parent e2cf3fd commit e6158dd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lua/astrocommunity/colorscheme/neosolarized-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
return {
{
"svrana/neosolarized.nvim",
dependencies = {
"tjdevries/colorbuddy.nvim",
},
opts = { comment_italics = true, background_set = false },
},
"svrana/neosolarized.nvim",
dependencies = { "tjdevries/colorbuddy.nvim" },
opts = { background_set = true },
}

0 comments on commit e6158dd

Please sign in to comment.