Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Purple ToneNew to Visual Studio Code? Get it now.
Purple Tone

Purple Tone

rohitnirban

|
184 installs
| (0) | Free
It is a bright and vivid shade of blue with a hint of purple.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Purple Tone - VS Code Color Theme

Welcome to Purple Tone, a Visual Studio Code color theme designed to provide a pleasant and focused coding experience with a soothing palette of purple hues.

Installation

To install the Purple Tone theme:

  1. Launch Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X (Cmd+Shift+X on macOS).
  3. Search for "Purple Tone".
  4. Click on the install button.
  5. Once installed, go to the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and type Color Theme. Select Preferences: Color Theme and choose Purple Tone from the list.

Features

  • Relaxing Purple Palette: Various shades of purple to reduce eye strain and enhance readability.
  • Syntax Highlighting: Carefully chosen colors for syntax highlighting to make code easier to read and understand.
  • Consistent Theme: Uniform look and feel across different types of files and programming languages.

Customization

If you want to tweak the theme to better suit your preferences, you can customize it in your settings:

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type Preferences: Open Settings (JSON) and press Enter.
  3. Add or modify the relevant color properties under the workbench.colorCustomizations section.

For example:

"workbench.colorCustomizations": {
    "editor.background": "#1E1E2E",
    "editor.foreground": "#D4D4D8",
    "editorCursor.foreground": "#A277FF",
    "terminal.background": "#1E1E2E",
    "terminal.foreground": "#D4D4D8"
}

Contribution

We welcome contributions to improve Purple Tone! If you encounter any issues or have suggestions, please open an issue or submit a pull request on our GitHub repository.

Keyboard Shortcuts for Markdown

Here are some useful editor keyboard shortcuts for working with Markdown in Visual Studio Code:

  • 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.
  • Markdown snippets: 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 coding with Purple Tone!

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