Skip to content

Commit

Permalink
Merge pull request #44 from suba327777/main
Browse files Browse the repository at this point in the history
Merge main into release
  • Loading branch information
suba327777 authored May 27, 2024
2 parents 0f4b6b7 + 18c2231 commit 3759aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/mountain.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func generateMountain(count int, themeName, triangleMountainColor string) string
x -= 50
y -= 5
switch themeName {
case "default":
case "default", "solarized":
results.WriteString(generateBonusIconPath(x, y, Sun))
case "dark":
case "dark", "onedark", "solarized_dark":
results.WriteString(generateBonusIconPath(x, y, Star))
case "sakura":
results.WriteString(generateBonusIconPath(x, y, Sakura))
Expand Down

0 comments on commit 3759aa9

Please sign in to comment.