Skip to content

IvanPerez9/pumpkin-theme-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

🎃 Pumpkin Theme for VS Code

Version Installs

Preview

Link to vscode marketplace

Installation

  • Open Extensions sidebar panel in VS Code. → Extensions
  • Search for pumpkin-color-theme - find the one by IvanPerez9 - make sure you have the right one!
  • Click Install to install it.
  • Code > Preferences > Color Theme > pumpkin-color-theme

Or

  • Press Ctrl + P and execute ext install IvanPerez9.pumpkin-color-theme

Colors

Colors Hex
Orange #f09756 #f09756
Light Orange #f0975662 #f0975662
Purple #6529d1 #6529d1
Light Purple #a676fb #a676fb
Background Purple #a676fb2c #a676fb2c

I don't like something

This theme is new so if something is funky, please open an issue. There are many languages and parts of VS Code I don't use, so let me know!

These are the things we have control over. If you would like to change something, you can either open a PR and see if I'd like it added, or override the colours in your own pumpkin-color-theme.json file.

Publish

You can publish an extension using vsce with the publish command:

vsce publish

You can auto-increment an extension's version number when you publish by specifying the SemVer compatible number to increment: major, minor, or patch.

Or you can also specify a complete SemVer compatible version on the command line

vsce publish minor

vsce publish 2.0.1

Releases

No releases published

Packages

No packages published