Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>HufflepuffNew to Visual Studio Code? Get it now.
Hufflepuff

Hufflepuff

Julie B

|
37 installs
| (0) | Free
A VS Code theme with the Hufflepuff colours
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Table of contents

  • Motivations
  • Project description
  • Visuals
  • Instructions
  • Files
  • Credits
  • License
  • Status

Motivations

This idea of a theme came to me because my wife is a Hufflepuff and she wanted a new VSCode theme using the Hufflepuff palette.

Project description

This project contains the necessary files to create a VSCode Extension called "Hufflepuff" that is rewamping the VSCode colours.

Visuals

image

Instructions

Install using Command Palette

  1. Go to View -> Command Palette or press Ctrl+Shift+P
  2. Then enter Install Extension
  3. Write Hufflepuff
  4. Select it or press Enter to install

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https:/https://github.com/jmballard/hufflepuff-theme.git ~/.vscode/extensions/hufflepuff
cd ~/.vscode/extensions/hufflepuff
npm install
npm run build

Activating theme

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

Files

Here is the content of this repo:

- .vscode
|- launch.json

- themes
|- Hufflepuff-color-theme.json

- .gitattributes
- .gitignore
- .vscodeignore
- CHANGELOG.md
- LICENSE
- package.json
- README.md

Credits

To update the colours, please use

  • color-hex website for the colours you want to use. The Hufflepuff palette used was from there.
  • VSCode refs for the list of references to use to update VSCode's themes

License

MIT License

Copyright (c) [2022] [Julie Ballard]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project status

This theme is at its first version. Happy to get any feedback on any upgrade that could be added to it.

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