Overview Version History Q & A Rating & Review
Back to the Code
VSCode theme inspired by Back to the Future from a fan driving at 88mph 🚗 ⚡️
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
My Coding Environment
.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
License
MIT