Skip to content

Commit

Permalink
fix(colors): increase contrast for dark bg layers (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus authored Jun 10, 2024
1 parent 20f0557 commit 234c05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/mellifluous/colors/shades.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function M.get_recipes()
fg5 = { target = 'fg', action = 'da', val = 54 },
dark_bg = { target = 'bg', action = 'da', val = 2.5 },
bg2 = { target = 'bg', action = 'li', val = 4 },
bg3 = { target = 'bg', action = 'li', val = 6 },
bg4 = { target = 'bg', action = 'li', val = 8 },
bg5 = { target = 'bg', action = 'li', val = 10 },
bg3 = { target = 'bg', action = 'li', val = 7 },
bg4 = { target = 'bg', action = 'li', val = 10 },
bg5 = { target = 'bg', action = 'li', val = 13 },
}
else
recipes = {
Expand Down

0 comments on commit 234c05d

Please sign in to comment.