Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.49 KB

INSTALL.md

File metadata and controls

39 lines (26 loc) · 1.49 KB

Install using Quick Open

  1. Press Ctrl+P or Go -> Go to File...
  2. Past ext install Moonbloom.moonbloom-theme
  3. Press Enter if necessary. Enjoy!

Install using Marketplaces

  1. Download the extension from marketplace.visualstudio.com or open-vsx.org.
  2. Click on the Extensions icon in the sidebar or use the keyboard shortcut Ctrl+Shift+X.
  3. Click on the three dots ... in the top right corner of the Extensions panel.
  4. Select the Install from VSIX... option.
  5. In the dialog window, locate and select the file with the .vsix extension.

Install using Git

  • For VSCode, clone the repository into the ~/.vscode directory.
git clone https://github.com/moonbloom-theme/visual-studio-code.git ~/.vscode/extensions/moonbloom-theme
  • For OSS alternatives, such as Vscodium, Code, etc., clone into the ~/.vscode-oss directory.
git clone https://github.com/moonbloom-theme/visual-studio-code.git ~/.vscode-oss/extensions/moonbloom-theme
  • For Windsurf, clone into the ~/.windsurf directory.
git clone https://github.com/moonbloom-theme/visual-studio-code.git ~/.windsurf/extensions/moonbloom-theme

Activating theme

Run Visual Studio Code. The Moonbloom Theme will be available from File -> Preferences -> Color Theme dropdown menu.