Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Neon FutureNew to Visual Studio Code? Get it now.
Neon Future

Neon Future

Dean Schulz

|
799 installs
| (0) | Free
Futuristic Dark vscode color theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Neon Future README

Neon Future Example

Setup

  1. Include these in your settings.json configuration

    • { "window.title": "${rootName}", "editor.stickyScroll.enabled": true, "editor.fontFamily": "Courier New, Menlo, Monaco, 'Courier New', monospace", "editor.cursorSmoothCaretAnimation": "on", "editor.cursorBlinking": "expand", "workbench.iconTheme": "bearded-icons", "workbench.activityBar.iconClickBehavior": "toggle", "workbench.activityBar.location": "top", "window.titleBarStyle": "native", "editor.smoothScrolling": true, "vscode_custom_css.imports": ["file:////vscode-custom.css"] }
  2. Install vscode extensions:

    • Custom CSS and JS Loader
    • (optional) Bearded Icons
  3. Custom CSS and JS Loader

    • Use custom css found here

Working with Markdown

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

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