https://github.com/demkeys/b00b69
A custom VS Code theme I made where most of the colors are derived from #b00b69 (Dark Pink)
https://github.com/demkeys/b00b69
b00b69 theme vscode
Last synced: 4 months ago
JSON representation
A custom VS Code theme I made where most of the colors are derived from #b00b69 (Dark Pink)
- Host: GitHub
- URL: https://github.com/demkeys/b00b69
- Owner: Demkeys
- Created: 2022-11-07T22:14:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T23:39:35.000Z (over 3 years ago)
- Last Synced: 2025-07-19T10:27:40.883Z (11 months ago)
- Topics: b00b69, theme, vscode
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b00b69
b00b69 is a custom VS Code theme I made where most of the colors are derived from #b00b69 (Dark Pink)
This isn't an extension (yet), so for the time being you'll have to copy/paste the code into your ```settings.json``` file.
Instructions:
* Hit Ctrl+Shift+P to open the command palette and type ```Preferences: Open User Settings (JSON)``` and select the option. This will open a ```settings.json``` file.
* Copy the code from [this](https://github.com/Demkeys/b00b69/blob/main/settings.json) file into your ```settings.json``` file, within the existing curly braces. You have to take care of JSON syntax while doing this. So if there's existing code within the curly braces, remember to add a comma and then paste the theme code.
* Save the file and if there are no errors the theme should take effect.
NOTE: If you're applying this theme to VS Code on Linux, some settings (eg. menu related settings) might get ignored. I'll try to find a fix for it.
I'll be working on this theme over time, tweaking values and adding settings as necesary. I made this for my own use, so didn't bother creating an extension out of it. If there's a lot of people interested in it, I might consider making it an extension, but for now just copying and pasting this code works just fine. Enjoy!
