
Cyberpunk 2077: Breach Protocol
VS Code theme inspired by the Cyberpunk 2077 hacking mini-game breach protocol. This is a small part of my Cyberpunk themed Hyprland rice.
Installation
Marketplace
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install simboi.cyberpunk-2077--breach-protocol
Manual
Linux
curl -L -o /tmp/cyberpunk.vsix https://github.com/SimBoi/dotfiles/raw/main/manual-installation/vs%20code/cyberpunk-2077--breach-protocol/cyberpunk-2077--breach-protocol-0.3.0.vsix && code --install-extension /tmp/cyberpunk.vsix
Windows
curl -L "https://github.com/SimBoi/dotfiles/raw/main/manual-installation/vs%20code/cyberpunk-2077--breach-protocol/cyberpunk-2077--breach-protocol-0.3.0.vsix" -o "%TEMP%\cyberpunk.vsix" && code --install-extension "%TEMP%\cyberpunk.vsix"
| |