Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Swift Blue Color ThemeNew to Visual Studio Code? Get it now.
Swift Blue Color Theme

Swift Blue Color Theme

Nikola Arula

|
2,656 installs
| (1) | Free
Color theme for VS Code based on XCode theme for swift code with a blue background.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Swift Blue Color Theme

Color theme for VS Code based on XCode theme for swift code with a blue background. Developed and maintained by Nikola Arula. Public repository available here. Feel free to report any issues or make recommendations.

Installation

You can install this theme through Visual Studio Code Marketplace

Activation

  1. Launch Quick Open:
    • MacOS: Cmd + Shift + P
    • Windows/Linux: Ctrl + Shift + P
  2. Type theme
  3. From the list choose Preferences: Color Theme
  4. Select Swift Blue

Custom override

You can override theme color settings by specifying custom rules applied to Swift Blue. This can be done in the settings.json file.

Example

...settings.json

"workbench.colorCustomizations": {
    "editor.background": "#000000",
    "panel.background": "#000000"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft