HILO
HILO
Β£0

Good to see you,

Player

Balance: Β£0

Place Your Bet

Balance: Β£0
Β£10
5 / 10
Range: 0 – 500 Multiplier: Γ—2.25
3
Each worth Β£3.33
Β£
Break-even accuracy 76%
Max payout Β£22
Range 0 – 0
Guess 1 / 0
Stake Β£0

Enter your guess

Between 0 and 0

The number was

0
+Β£0
Returned: Β£0

Leaderboard

RANK COUNTRY NAME MONEY
Loading…
No players on the leaderboard yet.

Profile

?

Player

@username
Β£0

Edit Profile

Display Name Shown on the leaderboard
Country Flag shown on leaderboard
0
Games Played
Β£0
Total Net
0%
Win Rate
Β£0
Best Win

Game History

No games yet β€” go play!

Account

Settings

Game Limits

Max Difficulty Upper cap on the difficulty slider in Play
10
Max Guesses Upper cap on the guesses slider in Play
10
Bankruptcy Refill Automatically refill balance when it hits zero

Preferences

Sound Effects Play tones on win / loss
Currency Symbol Display symbol before amounts

Themes

Choose a built-in theme or import your own.

Import Custom Theme

Upload a .json file or paste the code below.

πŸ“‚

Drop a .json file here, or

or paste JSON
Preview:

Custom Themes

Theme format

A HiLo theme is a .json file. Save it anywhere on your computer, then import it on the Themes page.

{
  "name": "My Theme",
  "vars": {
    "--purple":    "#7c3aed",
    "--purple-l":  "#a855f7",
    "--blue":      "#3b82f6",
    "--cyan":      "#06b6d4",
    "--bg":        "#07070f",
    "--bg2":       "#0d0d1a",
    "--grad":      "linear-gradient(135deg, #7c3aed, #3b82f6, #06b6d4)",
    "--grad-warm": "linear-gradient(135deg, #7c3aed, #a855f7)"
  }
}

Variable reference

VariableWhat it controls
--purplePrimary accent β€” gradient start, button base, slider fill start, orb colour
--purple-lPrimary accent light β€” quick-bet buttons, badge text, hover glow
--blueSecondary accent β€” gradient mid, chart balance line
--cyanTertiary accent β€” gradient end, slider fill end
--bgMain page background
--bg2Modal background
--gradFull gradient string used on text, buttons, avatar
--grad-warmTwo-stop warm variant (used on some hover states)

Steps

  1. Create a .json file (or download the starter template above).
  2. Pick your colours β€” use any colour picker tool you like.
  3. Update --grad and --grad-warm to use your new colours.
  4. Back on the Themes page, click Browse file or paste the JSON.
  5. Hit Apply Theme β€” your choice saves automatically and persists on reload.

Tips

  • Keep --bg very dark (near #000) for best glass-card contrast.
  • The gradient flows left β†’ right through --purple β†’ --blue β†’ --cyan.
  • You can omit any variable β€” missing ones fall back to whatever theme is currently active.