# Xcode Colors

Bring the color of the following Xcode themes to Visual Studio Code: - Xcode Default (Dark) - Xcode Default Customized Version (Dark) - Xcode Classic (Dark) - Xcode Classic (Light) - Xcode Civic (Dark) - Xcode Midnight (Dark) - Xcode Low Key (Light) - Xcode Spartan (Light) Matches the default window and syntax colors of Xcode. ## Xcode Default (Dark) ![Xcode Default (Dark) Screenshot](https://drive.google.com/uc?export=view&id=1qdPGym_7RvXo-gFyRU73zpvZdl3JzaKB) ## Xcode Default Customized Version (Dark) ![Xcode Default Customized Version (Dark) Screenshot](https://drive.google.com/uc?export=view&id=19IScotMIKY_TDsWKEuzJD7Rk6rT4rvI0) ## Xcode Classic (Dark) ![Xcode Classic (Dark) Screenshot](https://drive.google.com/uc?export=view&id=1ekbcRZhkyulyFov8H8RRnlDyKomCilt_) ## Xcode Classic (Light) ![Xcode Classic (Light) Screenshot](https://drive.google.com/uc?export=view&id=1G9QWsJtocjiY41KSC7t2XS3bMro7iObO) ## Xcode Civic (Dark) ![Xcode Civic (Dark) Screenshot](https://drive.google.com/uc?export=view&id=1aC2dswFKbUPK_SXcEuKn-LT0lXhgCTrU) ## Xcode Low Key (Dark) ![Xcode Low Key (Light) Screenshot](https://drive.google.com/uc?export=view&id=1OAbhW1i8v6zQm2tbJfxcszvTUGwSCqeZ) ## Xcode Spartan (Light) ![Xcode Spartan (Light) Screenshot](https://drive.google.com/uc?export=view&id=1-gbDnmqOhHnpayMJx7jRUC1e8oT7HwIh) # Tips To obtain the max similarity of Xcode, I recommend to use the Apple font-family called SF Mono Medium ![Xcode Default (Dark) Screenshot](https://drive.google.com/uc?export=view&id=1G5EwnTCE-s1FWxl-IIJbGLmDf4yvu1jY) # Change Log ## Latest Release ## [5.2.0] - 2026-05-12 ### Added - New theme **Xcode Midnight (Dark)** (#19) — deeper, cooler blue-black variant of the Xcode dark palette - Editor background `#10131A`, sidebar/status `#0A0D14`, retains the Xcode syntax palette ## [5.1.0] - 2026-05-12 ### Added - Visible indentation guide colors across all themes (#22) - Dark themes (Civic, Classic Dark, Default Dark, Default Dark Customized): `editorIndentGuide.background` `#404040`, `editorIndentGuide.activeBackground` `#707070` - Light themes (Classic Light, Low Key, Spartan): `editorIndentGuide.background` `#D8D8D8`, `editorIndentGuide.activeBackground` `#A0A0A0` ## [5.0.1] - 2025-01-14 ### Fixed - Fixed text visibility in VS Code and Cursor light themes (#18) - Added 66 comprehensive UI color properties for better compatibility - Improved support for inputs, menus, buttons, chat panels, and more - Affected themes: Xcode Classic (Light), Xcode Low Key (Light), Xcode Spartan (Light) ## [5.0.0] - 2023-11-10 ### Added - New theme Xcode Low Key (Light) - New theme Xcode Spartan (Light) - New theme Xcode Civic (Dark) ## [4.1.0] - 2022-12-16 ### Added - Dart language support ## [4.0.0] - 2022-06-23 ### Added - Changed semicolon color on "Xcode Default Dark Customized Version" & "Xcode Default Dark" to #FFFFFF for better readability - Re-launched theme Xcode Classic Light with new improvements - Bundle size lowered by ignoring node_modules when building the extension. ## [3.3.0] - 2022-05-30 ### Added - Added new light theme Xcode Classic Light ## [3.2.0] - 2022-05-30 ### Added - Added transparency to text selections - Fixed colors on git decorations - Thanks @heebeejeebees! ## [3.1.0] - 2022-03-01 ### Added - Changed white color on parameters to cyan - Fixed colors on default dark ## [3.0.0] - 2022-02-23 ### Added - Added better support for TypeScript - Fixed switch case color - Fixed function-call color - Fixed parameters color - Fixed block color ## [2.2.0] - 2022-02-23 ### Added - Fixed variable parameter and usage color to deep blue like Xcode ## [2.1.0] - 2022-02-22 ### Added - Changed variable parameter color to deep blue like Xcode ## [2.0.0] - 2022-02-21 ### Added - Better support for TypeScript - Better support for Angular & React - Changed variable declaration to light blue color - Changed variable parameters to white color - Changed return reserved word variable to white color - Changed all declared global variables to green color - Changed Entity type to violet color ## [1.2.0] - 2022-01-20 ### Added - Added yellow color to language constant & changed name of package ## [1.2.0] - 2021-10-28 ### Added - Changed active and inactive tabs colors ## [1.1.5] - 2021-06-24 ### Added - Typescript interface color ## [1.1.4] - 2021-02-24 ### Added - Support for React ## [1.1.3] - 2021-02-20 ### Added - Fixed typescript support class - Removed unused variables ## [1.1.2] - 2021-02-14 ### Added - Fixed typescript optional color. - Changed semicolon color. - Removed theme white variables ## [1.1.1] - 2020-01-03 ### Added - Minor Angular support. ## [1.1.0] - 2020-01-02 ### Added - TypeScript support. - Fixed some colors bugs. Thanks for reading!