Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Xcode SunsetNew to Visual Studio Code? Get it now.
Xcode Sunset

Xcode Sunset

slam

|
2 installs
| (0) | Free
A warm light theme based on Xcode Sunset color scheme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Xcode Sunset Theme

A warm, light color theme for VS Code inspired by Apple's Xcode Sunset theme.

Preview

This theme features a warm cream background (#FFFCF6) with carefully selected syntax colors that mirror Xcode's default Sunset theme.

Installation

  1. Open VS Code
  2. Press Cmd+Shift+P (Mac) / Ctrl+Shift+P (Windows/Linux)
  3. Type "Extensions: Install from VSIX"
  4. Select the xcode-sunset-1.0.0.vsix file

Or install via Marketplace (when published).

Color Palette

Background Colors

  • Editor Background: #FFFCF6 (warm cream)
  • Line Highlight: #FEF5D3
  • Selection: #F9DF9C

Syntax Colors

  • Comments / TODO: #C3741C (orange)
  • Keywords: #294277 (deep blue)
  • Strings / Regex: #DF0700 (bright red)
  • Types / Classes: #B44500 (deep orange)
  • Functions / Variables: #476A97 (blue-gray)
  • Preprocessor / Macros: #646485 (gray-purple)
  • Attributes: #2B329D (indigo)

Activating the Theme

  1. Open VS Code
  2. Go to Code > Preferences > Color Themes (Mac) or File > Preferences > Color Themes (Windows/Linux)
  3. Select "Xcode Sunset"

Building from Source

npm install -g @vscode/vsce
vsce package

Publishing

npm install -g @vscode/vsce
vsce login <publisher-id>
vsce publish

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft