Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush authored and Shatur committed Jul 24, 2024
1 parent d64a8b7 commit 6993189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ayu/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local colors = {
}

--- Generate colors based `vim.o.background` and a variant.
---@param mirage boolean: Wheter to use `mirage` variant when `vim.o.background` is dark.
---@param mirage boolean: Whether to use `mirage` variant when `vim.o.background` is dark.
function colors.generate(mirage)
if vim.o.background == 'dark' then
if mirage then
Expand Down

0 comments on commit 6993189

Please sign in to comment.