make filename non-bold
This commit is contained in:
parent
b43efb0bb5
commit
98b09d174f
@ -91,7 +91,11 @@ require("barbecue").setup({
|
||||
---Theme to be used for generating highlight groups dynamically.
|
||||
---
|
||||
---@type barbecue.Config.theme
|
||||
theme = "auto",
|
||||
--theme = "auto",
|
||||
|
||||
theme = {
|
||||
basename = { bold = false},
|
||||
},
|
||||
|
||||
---Whether context text should follow its icon's color.
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user