Skip to content

Commit

Permalink
Revert "fix(colors): increase contrast for dark bg layers (#40)"
Browse files Browse the repository at this point in the history
This reverts commit 234c05d.
  • Loading branch information
ramojus committed Jun 24, 2024
1 parent 4136808 commit 5ced2d3
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 @@ -23,9 +23,9 @@ function M.extend_with_shades(colors)
fg5 = fg:darkened(54),
dark_bg = colors.bg:darkened(2.5),
bg2 = colors.bg:lightened(4),
bg3 = colors.bg:lightened(7),
bg4 = colors.bg:lightened(10),
bg5 = colors.bg:lightened(13),
bg3 = colors.bg:lightened(6),
bg4 = colors.bg:lightened(8),
bg5 = colors.bg:lightened(10),
}
else
shades = {
Expand Down

0 comments on commit 5ced2d3

Please sign in to comment.