Skip to content

Commit

Permalink
biome-grid: fix gradient for cloud cover
Browse files Browse the repository at this point in the history
  • Loading branch information
SqrtMinusOne committed May 19, 2024
1 parent 804a057 commit 6c5d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome-grid.el
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ FORMAT is an expression as defined by `biome-grid-format'."
(50 . "#35a17f")
(75 . "#388fae")
(100 . "#384774")))
("%%" "cloudcover" (gradient
("%%" "cloud_cover" (gradient
(0 . "#7f7655")
(50 . "#8d9291")
(100 . "#d2d2cb")))
Expand Down

0 comments on commit 6c5d786

Please sign in to comment.