Skip to content

Commit fff3e20

Browse files
authored
readme: update darken.sidebars.enabled
After 806903c this setting was renamed from `enable` to `enabled`. Update REAME accordingly.
1 parent 0a47784 commit fff3e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ require('github-theme').setup({
246246
darken = { -- Darken floating windows and sidebar-like windows
247247
floats = false,
248248
sidebars = {
249-
enable = true,
249+
enabled = true,
250250
list = {}, -- Apply dark background to specific windows
251251
},
252252
},

0 commit comments

Comments
 (0)