Skip to content

Commit

Permalink
fix(colour): update light hard bg4 to corrct value
Browse files Browse the repository at this point in the history
Fix #37
  • Loading branch information
f4z3r committed Sep 25, 2024
1 parent 1f2b678 commit 4410d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

<!-- ## [Unreleased] -->
## [Unreleased]

### Fixed

- Update light bg4 colour on hard contrast to have the correct value.

## [1.4.0] - 2024-08-16

Expand Down
2 changes: 1 addition & 1 deletion lua/gruvbox-material/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ local contrasts = {
bg1 = "#f5edca",
bg2 = "#f3eac7",
bg3 = "#f2e5bc",
bg4 = "#5550b7",
bg4 = "#eee0b7",
bg5 = "#ebdbb2",
bg_statusline1 = "#f5edca",
bg_statusline2 = "#f3eac7",
Expand Down

0 comments on commit 4410d1b

Please sign in to comment.