Skip to content

Commit

Permalink
fix: Missing theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Jun 14, 2024
1 parent eb5604d commit 301d274
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/manager/ColorManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ const themeArgb: Record<string, ITheme<number>> = {
sky0: 0xff1f3130,
sky1: 0xff1c3d4b,
},
god: {
grassTip: 0xffd4eff0,
grassBase: 0xff819ea9,
sky0: 0xffd4eff0,
sky1: 0xfffbfdfc,
},
};


Expand Down

0 comments on commit 301d274

Please sign in to comment.