Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>edisoncor-themeNew to Visual Studio Code? Get it now.
edisoncor-theme

edisoncor-theme

Edison Coronel

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

Edisoncor Theme

This sample color theme is for personal use and contains two TextMate themes.

Text Mate themes describe the theming rules used for syntax highlighting.

Theme Descriptions

Edisoncor Theme

"Edisoncor Theme" is a dark theme designed to provide a comfortable coding experience with soft colors and balanced contrasts. This theme is ideal for working in low-light environments and reduces eye strain during long coding sessions. The main colors include a dark editor background (#1D272C) and light foreground text (#f2ebe2), with highlights in shades of blue and green.

Edisoncor Light Theme

"Edisoncor Light Theme" is a light theme that offers a clean and bright appearance. It is perfect for well-lit environments and provides excellent readability with vivid and well-defined colors. The main colors include a light editor background (#FFFFFF) and dark foreground text (#000000), with highlights in shades of blue and orange.

Repository

You can find the theme repository on GitHub.

Demo

Sample Light

Sample light

Sample Dark

Sample dark

VS Code API

Contribution Points

  • contributes.themes

Running the sample

  • Press F5 to open a new window with your extension loaded.
  • Open File > Preferences > Color Themes (or Code > Preferences > Color Theme on macOS), and pick Sample Light or Sample Dark.
  • Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the Inspect TM Scopes command from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).

Make changes

  • You can relaunch the extension from the debug toolbar after making changes to the files listed above.
  • You can also reload (Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft