Skip to content

Commit

Permalink
fix color of trees in main logo (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey authored Jan 4, 2024
1 parent be34d0c commit 6fa150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/TUI/View/Logo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ drawLogo = centerLayer . vBox . map (hBox . T.foldr (\c ws -> drawThing c : ws)
rockAttr = getWorldAttrName $ fst rock

plantAttr :: AttrName
plantAttr = getWorldAttrName $ fst rock
plantAttr = getWorldAttrName $ fst plant

dirtAttr :: AttrName
dirtAttr = getTerrainAttrName $ fst dirt

0 comments on commit 6fa150b

Please sign in to comment.