docs: fix spelling errors in README (#210)
This commit is contained in:
parent
63e24b3565
commit
e67a320d1a
@ -149,12 +149,12 @@ require("tokyonight").setup({
|
|||||||
lualine_bold = false, -- When `true`, section headers in the lualine theme will be bold
|
lualine_bold = false, -- When `true`, section headers in the lualine theme will be bold
|
||||||
|
|
||||||
--- You can override specific color groups to use other groups or a hex color
|
--- You can override specific color groups to use other groups or a hex color
|
||||||
--- fucntion will be called with a ColorScheme table
|
--- function will be called with a ColorScheme table
|
||||||
---@param colors ColorScheme
|
---@param colors ColorScheme
|
||||||
on_colors = function(colors) end,
|
on_colors = function(colors) end,
|
||||||
|
|
||||||
--- You can override specific highlights to use other groups or a hex color
|
--- You can override specific highlights to use other groups or a hex color
|
||||||
--- fucntion will be called with a Highlights and ColorScheme table
|
--- function will be called with a Highlights and ColorScheme table
|
||||||
---@param highlights Highlights
|
---@param highlights Highlights
|
||||||
---@param colors ColorScheme
|
---@param colors ColorScheme
|
||||||
on_highlights = function(highlights, colors) end,
|
on_highlights = function(highlights, colors) end,
|
||||||
|
Loading…
Reference in New Issue
Block a user