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
- Open VS Code
- Press
Cmd+Shift+P (Mac) / Ctrl+Shift+P (Windows/Linux)
- Type "Extensions: Install from VSIX"
- 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
- Open VS Code
- Go to
Code > Preferences > Color Themes (Mac) or File > Preferences > Color Themes (Windows/Linux)
- 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
| |