Small marks. Clear signals.

The app icon and favicon stay recognizable at the smallest sizes. The editor themes bring that same contrast discipline to code.

From app tile to browser tab

GolfAPI app icon preview
icon

GolfAPI app icon

Source: archive/source-material/Favicon and Code Theme.dc.html

App icon — PNG preview
icon

App icon — PNG

Source: archive/source-material/Favicon and Code Theme.dc.html

Favicon — SVG preview
favicon

Favicon — SVG

Source: archive/source-material/Favicon and Code Theme.dc.html

Favicon — 32px PNG preview
favicon

Favicon — 32px PNG

Source: archive/source-material/Favicon and Code Theme.dc.html

Favicon — ICO preview
favicon

Favicon — ICO

Source: archive/source-material/Favicon and Code Theme.dc.html

Syntax on the scorecard

GolfAPI dark theme
// Find the opening tee
const round = await golf.courses.find({
  near: [40.7128, -74.0060],
  holes: 18,
  status: 'open',
  walking: true,
});
GolfAPI light theme
// Find the opening tee
const round = await golf.courses.find({
  near: [40.7128, -74.0060],
  holes: 18,
  status: 'open',
  walking: true,
});

Theme files

Dark + light syntax palette
code-theme

Code theme palette

Source: archive/source-material/Favicon and Code Theme.dc.html

#0B0E0C · #22C55E
code-theme

GolfAPI dark editor theme

Source: archive/source-material/Favicon and Code Theme.dc.html

#F7F7F4 · #12833C
code-theme

GolfAPI light editor theme

Source: archive/source-material/Favicon and Code Theme.dc.html

Dark + light · JSON
bundle

Code theme package

Source: archive/source-material/Favicon and Code Theme.dc.html

Quick open

Find the right yardage.