A personal edit of the Pink-Cat-Boo theme for Visual Studio Code, featuring a dark UI theme with a pink color scheme.
- Download the
.vsix
file from the releases page. - Inside VS Code, open the Command Palette (default
Ctrl+Shift+P
). - Type and select "Install from VSIX".
- Select the downloaded
.vsix
file.
-
Clone the repository:
git clone https://github.com/YehaNeko/PinkCatBoo-Personal-Edit.git cd PinkCatBoo-Personal-Edit
-
Install dependencies:
npm install
-
Make your theme modifications in the
themes/pink-cat-boo-edit.json
file. -
Package the theme:
npm run package
This will create a
.vsix
file in the root directory. -
Install the theme locally:
- Inside VS Code, open the Command Palette (default
Ctrl+Shift+P
). - Type and select "Install from VSIX".
- Select the generated
.vsix
file.
- Inside VS Code, open the Command Palette (default