Skip to content

salbert11/pinethemes

 
 

Repository files navigation

PineScript Color Themes

Companion Themes for PineScript Helper Extension

Overview

Note: This is a forked project from JeylaniB's Pine Editor Themes extension.

PineScript Color Themes is a theme pack designed to enhance your experience with the PineScript Helper extension.

Features

  • A collection of color themes:
    • Pine Theme Original Dark
    • Pine Theme Dark Pro
    • Pine Theme Dark Pro Bold
    • Pine Theme Monokai Dark
    • Pine Theme Monokai Dark Bold
    • Pine Theme Blue
    • Pine Theme Blue Bold
    • Pine Theme Dark Low Contrast
    • Pine Theme Dark Low Contrast Bold
    • Pine Theme Grey
    • Pine Theme Grey Bold
    • Pine Theme Grey Candy
    • Pine Theme Light
    • Pine Theme Light Bold

Installation

Method 1: Install from VS Code Command Palette

Launch VS Code Command Palette (Ctrl+P), paste the following command, and press enter.

ext install salbert11.pinescript-color-themes

Method 2: Download from GitHub Release

  1. Visit the PineScript Color Themes GitHub Releases page.
  2. Download the latest .vsix package corresponding to the version you desire.
  3. Open Visual Studio Code.
  4. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  5. Click on the gear icon at the top of the Extensions view and select "Install from VSIX..."
  6. Locate and select the downloaded .vsix file.
  7. Click "Install" when prompted.

Method 3: Clone and Compile in Visual Studio Code

  1. Clone the PineScript Color Themes repository to your local machine using the following command:
  git clone https://github.com/salbert11/pinethemes.git
  1. Open Visual Studio Code and navigate to the extension's directory by selecting File > Open Folder and choosing the cloned "pinethemes" folder.
  2. Install the required dependencies by running the following command in the integrated terminal of Visual Studio Code:
  npm install
  1. Once the dependencies are installed, build the extension by running the following command in the integrated terminal:
  vsce package
  1. After a successful build, the compiled extension file (pinescript-color-themes.vsix) will be created in the root directory of the extension.
  2. To install the extension, run the following command in the integrated terminal:
  code --install-extension pinescript-color-themes.vsix

Release Notes

2.2.2

22.02.2024 Update

  • Minor color fix

Feedback and Issues

If you encounter any issues or have suggestions for improvement, please report them on GitHub.


License

This extension is licensed under the MIT License.

Version

  • 2.2.2