Skip to content

Commit

Permalink
add: onedark solarized case
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed May 27, 2024
1 parent 843645e commit 6aedefa
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 6aedefa

Please sign in to comment.