How to install bwya77/vscode-dark-islands. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
bwya77/vscode-dark-islands Installation Guide
How to install bwya77/vscode-dark-islands. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for bwya77/vscode-dark-islands. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i bwya77/vscode-dark-islandsor
Install via npx
npx @hexmos/ipm i bwya77/vscode-dark-islandsPrerequisites
git
binarycurl
binaryVersion: any
PowerShell
binaryVersion: any
Nix
package managerVersion: any
Visual Studio Code
applicationVersion: any
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
One-Liner Install (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.sh | bashOne-Liner Install (Windows)
irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.ps1 | iexManual Clone Install (macOS/Linux)
git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark
cd islands-dark
./install.shManual Clone Install (Windows)
git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark
cd islands-dark
.\install.ps1Nix Flake Install (Run VS Code)
nix run github:bwya77/vscode-dark-islands#vscodeNix Flake Install (Run VSCodium)
nix run github:bwya77/vscode-dark-islands#vscodiumManual Installation (Step 1: Install Theme - macOS/Linux)
git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark
cd islands-dark
mkdir -p ~/.vscode/extensions/bwya77.islands-dark-1.0.0
cp package.json ~/.vscode/extensions/bwya77.islands-dark-1.0.0/
cp -r themes ~/.vscode/extensions/bwya77.islands-dark-1.0.0/Manual Installation (Step 1: Install Theme - Windows)
git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark
cd islands-dark
$ext = "$env:USERPROFILE\.vscode\extensions\bwya77.islands-dark-1.0.0"
New-Item -ItemType Directory -Path $ext -Force
Copy-Item package.json $ext\
Copy-Item themes $ext\themes -RecurseManual Installation (Step 2: Install Custom UI Style extension)
code --install-extension subframe7536.custom-ui-styleManual Installation (Step 3: Install Recommended Icon Theme)
code --install-extension l-igh-t.vscode-theme-seti-folderManual Installation (Step 5: Install Fonts - Bear Sans UI)
cp -R fonts/* ~/.fonts/
fc-cache -fvManual Installation (Step 6: Apply Settings)
code --list-extensions | grep material-theme
code --list-extensions | grep dracula
code --list-extensions | grep seti-icons
cp settings.json ~/Library/Application\ Support/Code/User/settings.jsonManual Installation (Step 7: Enable Custom UI Style)
code --command 'custom-ui-style.enable'Uninstall (macOS/Linux)
cd islands-dark
./uninstall.shUninstall (macOS/Linux - Direct)
curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.sh | bashUninstall (Windows)
cd islands-dark
.\uninstall.ps1Uninstall (Windows - Direct)
irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.ps1 | iexPost Installation Steps
- Reload VS Code after enabling Custom UI Style.
- If you encounter a 'corrupt installation' warning after enabling Custom UI Style, dismiss it or select 'Don't Show Again'.
- Manually install IBM Plex Mono and FiraCode Nerd Font Mono if not using the script or Nix flake.
- After uninstalling, manually disable Custom UI Style via the Command Palette and select a new color theme.
