docs: Added missing bracket to README (#195)

Added missing bracket to example setup options in README.
This commit is contained in:
Sam Hobson
2022-09-06 23:49:55 +10:00
committed by GitHub
parent 4a13c0ff32
commit 775854723a

View File

@@ -146,7 +146,7 @@ require("tokyonight").setup({
---@param highlights Highlights
---@param colors ColorScheme
on_highlights = function(highlights, colors) end,
}
})
```
Example for changing some settings and colors