Skip to content

Commit

Permalink
config(nvim): transparent for statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 25, 2024
1 parent a16f690 commit cf73964
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ require("lazy").setup({
StatusLineNC = {
fg = color_oxocarbon.pink,
},
MiniStatuslineFilename = {
link = "NuimTreeStatusline",
},
MiniStatuslineInactive = {
link = "NuimTreeStatusline",
},
}
end,
})
Expand Down

0 comments on commit cf73964

Please sign in to comment.