Skip to content

Commit

Permalink
fix(config): always return a lightness for transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus committed Dec 29, 2024
1 parent 426efe9 commit ecd3bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mellifluous/default_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ return {
local new_lightness = baseline + ((threshold - baseline) * position)
return new_lightness
end
return old_lightness
end,
floating_windows = true,
telescope = true,
Expand Down

0 comments on commit ecd3bff

Please sign in to comment.