Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Back to the CodeNew to Visual Studio Code? Get it now.
Back to the Code

Back to the Code

Divyanshu Maithani

|
5,162 installs
| (1) | Free
VS code theme inspired by Back to the Future from a fan driving at 88mph
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Back to the Code

VSCode theme inspired by Back to the Future from a fan driving at 88mph 🚗 ⚡️

Downloads Downloads Downloads

Back to the Code Cover image

An easy on eyes gorgeous theme so you can always get Back to the Code.

Installation

Find the theme on marketplace here or fire up the command palette with Ctrl + Shift + P and enter:

ext install back-to-the-code-vscode-theme

Preview

alt alt

My Coding Environment

  • OS Ubuntu 16.04 (with Numix)
  • Primary font Fira Code with ligatures
  • Secondary font Flott Flott
  • Customizations VS Code custom CSS plugin. Add the snippet to render the secondary font correctly and hide the feedback icon on VSC v1.17.1
.mtki {
  font-family: 'flottflott';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
}

.send-feedback.mask-icon {
  display: none;
}

.statusbar-item.right.__CUSTOM_CSS_JS_INDICATOR_CLS .octicon.octicon-paintcan {
  display: none;
}
  • Import Cost Get the plugin and add the following in VS Code user settings (Ctrl + ,)
"importCost.smallPackageColor": "mediumspringgreen",
"importCost.mediumPackageColor": "mediumspringgreen",
"importCost.largePackageColor": "coral"

Bugs and Issues

Found an issue with the theme? Does it look weird with some particular code snippet? No worries, please report an issue with the snippet and a screenshot and I'll get back to it :grin:

Bonus Content

  • Back to the Code Wallpaper 1
  • Back to the Code Wallpaper 2
  • Color Palette Inspiration

License

MIT

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