logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-islands
or

Install via npx

npx @hexmos/ipm i bwya77/vscode-dark-islands

Prerequisites

git

binary

curl

binary

Version: any

PowerShell

binary

Version: any

Nix

package manager

Version: any

Visual Studio Code

application

Version: 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 | bash

One-Liner Install (Windows)

irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.ps1 | iex

Manual Clone Install (macOS/Linux)

git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark

cd islands-dark

./install.sh

Manual Clone Install (Windows)

git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark

cd islands-dark

.\install.ps1

Nix Flake Install (Run VS Code)

nix run github:bwya77/vscode-dark-islands#vscode

Nix Flake Install (Run VSCodium)

nix run github:bwya77/vscode-dark-islands#vscodium

Manual 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 -Recurse

Manual Installation (Step 2: Install Custom UI Style extension)

code --install-extension subframe7536.custom-ui-style

Manual Installation (Step 3: Install Recommended Icon Theme)

code --install-extension l-igh-t.vscode-theme-seti-folder

Manual Installation (Step 5: Install Fonts - Bear Sans UI)

cp -R fonts/* ~/.fonts/

fc-cache -fv

Manual 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.json

Manual Installation (Step 7: Enable Custom UI Style)

code --command 'custom-ui-style.enable'

Uninstall (macOS/Linux)

cd islands-dark

./uninstall.sh

Uninstall (macOS/Linux - Direct)

curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.sh | bash

Uninstall (Windows)

cd islands-dark

.\uninstall.ps1

Uninstall (Windows - Direct)

irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.ps1 | iex

Post 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.