### Manual Install VS Code Dark Islands on Windows Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and run the install script for manual installation on Windows for VS Code. ```powershell git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark .\install.ps1 ``` -------------------------------- ### Manual Install VS Code Dark Islands on macOS/Linux Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and run the install script for manual installation on macOS or Linux for VS Code. ```bash git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark ./install.sh ``` -------------------------------- ### One-Liner Install for Antigravity Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this command for the fastest installation of Antigravity on macOS or Linux. ```bash curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap-antigravity.sh | bash ``` -------------------------------- ### Manual Theme Installation (macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and copy theme files to the VS Code extensions directory. This is for manual installation on macOS/Linux. ```bash 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 Clone Install for Antigravity (macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Manually clone the repository and run the Antigravity installer script. This method is for macOS and Linux systems. ```bash git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark ./install-antigravity.sh ``` -------------------------------- ### Install VS Code Dark Islands on Windows (One-Liner) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this command to quickly install the theme and its dependencies on Windows for VS Code. ```powershell irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.ps1 | iex ``` -------------------------------- ### Manual Install VSCodium Dark Islands on Windows Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and run the install script with the -Editor vscodium flag for manual installation on Windows for VSCodium. ```powershell git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark .\install.ps1 -Editor vscodium ``` -------------------------------- ### Manual Theme Installation (Windows PowerShell) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and copy theme files to the VS Code extensions directory using PowerShell. This is for manual installation on Windows. ```powershell 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 Clone Install for Cursor (macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Installs the VS Code Dark Islands theme on Cursor by cloning the repository and running an install script. This method provides more control and is suitable for macOS and Linux. ```bash git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark ./install-cursor.sh ``` -------------------------------- ### Manual Install VSCodium Dark Islands on macOS/Linux Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Clone the repository and run the install script with the --vscodium flag for manual installation on macOS or Linux for VSCodium. ```bash git clone https://github.com/bwya77/vscode-dark-islands.git islands-dark cd islands-dark ./install.sh --vscodium ``` -------------------------------- ### Install VS Code Dark Islands on macOS/Linux (One-Liner) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this command to quickly install the theme and its dependencies on macOS or Linux for VS Code. ```bash curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.sh | bash ``` -------------------------------- ### Install VSCodium Dark Islands on macOS/Linux (One-Liner) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this command to quickly install the theme and its dependencies on macOS or Linux for VSCodium. ```bash curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.sh | bash -s -- --vscodium ``` -------------------------------- ### Install VSCodium Dark Islands on Windows (One-Liner) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this command to quickly install the theme and its dependencies on Windows for VSCodium. Sets the ISLANS_DARK_EDITOR environment variable. ```powershell $env:ISLANDS_DARK_EDITOR = "vscodium"; irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap.ps1 | iex ``` -------------------------------- ### One-Liner Install for Cursor (macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Installs the VS Code Dark Islands theme on Cursor using a single curl command. This is the quickest method for macOS and Linux users. ```bash curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/bootstrap-cursor.sh | bash ``` -------------------------------- ### Uninstall Cursor Installation Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Removes the VS Code Dark Islands theme installation from Cursor. This script should be run from the cloned repository directory. ```bash ./uninstall-cursor.sh ``` -------------------------------- ### Run VS Code with Nix Flake Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Execute VS Code with the Dark Islands theme pre-configured using Nix. ```bash nix run github:bwya77/vscode-dark-islands#vscode ``` -------------------------------- ### Run VSCodium with Nix Flake Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Execute VSCodium with the Dark Islands theme pre-configured using Nix. ```bash nix run github:bwya77/vscode-dark-islands#vscodium ``` -------------------------------- ### Uninstall Antigravity Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Run this script to uninstall Antigravity. Ensure you are in the cloned repository directory. ```bash ./uninstall-antigravity.sh ``` -------------------------------- ### Add Dark Islands Nix Flake to Configuration Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Integrate the Dark Islands theme into your NixOS or Home Manager configuration by adding it to your flake inputs. ```nix { inputs.islands-dark.url = "github:bwya77/vscode-dark-islands"; outputs = { self, nixpkgs, islands-dark, ... }: { # Then you can add and use it: # islands-dark.packages.${pkgs.stdenv.hostPlatform.system}.vscode # islands-dark.packages.${pkgs.stdenv.hostPlatform.system}.vscodium }; } ``` -------------------------------- ### Terminal Specific Glass Border and Clipping Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Apply a left glass border and rounded bottom-left corner to the terminal container to compensate for inset shadows being covered by the terminal's opaque canvas. Use `!important` for overrides. ```css "border-left": "1px solid rgba(255,255,255,0.06) !important", "border-radius": "0 0 0 18px !important", "box-sizing": "border-box !important", "overflow": "hidden !important" ``` -------------------------------- ### Uninstall VS Code Dark Islands (macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Run this script to uninstall VS Code Dark Islands on macOS or Linux. It restores your editor to its previous state. ```bash # If you still have the repo cloned: cd islands-dark ./uninstall.sh # Or download and run directly: curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.sh | bash ``` -------------------------------- ### Customize VS Code Theme with CSS Variables Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Modify these CSS variables within the .monaco-workbench scope in your settings.json to adjust the theme's appearance. This includes panel radius, input radius, item radius, panel gap, top margin, and background colors. ```json .monaco-workbench { --islands-panel-radius: 24px; --islands-widget-radius: 14px; --islands-input-radius: 12px; --islands-item-radius: 6px; --islands-panel-gap: 8px; --islands-panel-top: 8px; --islands-bg-canvas: #121216; --islands-bg-surface: #181a1d; background-color: var(--islands-bg-canvas) !important; } ``` -------------------------------- ### Uninstall VS Code Dark Islands (Antigravity macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this bash script to uninstall VS Code Dark Islands from Antigravity on macOS or Linux. It ensures all related files are removed. ```bash # If you still have the repo cloned: cd islands-dark ./uninstall-antigravity.sh ``` -------------------------------- ### Uninstall VS Code Dark Islands (Windows PowerShell) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Execute this PowerShell script to uninstall VS Code Dark Islands on Windows. It reverts your editor to its prior configuration. ```powershell # If you still have the repo cloned: cd islands-dark .\uninstall.ps1 # Or download and run directly: irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.ps1 | iex ``` -------------------------------- ### Panel Background Color Fix Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Set the panel background color to match the terminal's background to eliminate visible color differences. Use `!important` to ensure the override. ```css "background-color": "var(--islands-bg-surface) !important" ``` -------------------------------- ### Uninstall VS Code Dark Islands (Cursor macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md This bash script is for uninstalling VS Code Dark Islands from Cursor on macOS or Linux. It reverts your editor settings. ```bash # If you still have the repo cloned: cd islands-dark ./uninstall-cursor.sh ``` -------------------------------- ### Uninstall VS Code Dark Islands (VSCodium macOS/Linux) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Use this bash script for uninstalling VS Code Dark Islands specifically for VSCodium on macOS or Linux. It ensures a clean restoration. ```bash # If you still have the repo cloned: cd islands-dark ./uninstall.sh --vscodium # Or download and run directly: curl -fsSL https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.sh | bash -s -- --vscodium ``` -------------------------------- ### Uninstall VS Code Dark Islands (VSCodium Windows PowerShell) Source: https://github.com/bwya77/vscode-dark-islands/blob/main/README.md Run this PowerShell script to uninstall VS Code Dark Islands for VSCodium on Windows. It automates the restoration process. ```powershell # If you still have the repo cloned: cd islands-dark .\uninstall.ps1 -Editor vscodium # Or download and run directly: $env:ISLANDS_DARK_EDITOR = "vscodium"; irm https://raw.githubusercontent.com/bwya77/vscode-dark-islands/main/uninstall.ps1 | iex ``` -------------------------------- ### Clip Panel Content to Rounded Corners Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Clip all panel content to rounded bottom corners using `border-radius` and `overflow: hidden`. This ensures the content conforms to the panel's overall rounded shape. Use `!important` for overrides. ```css "border-radius": "0 0 18px 18px !important", "overflow": "hidden !important" ``` -------------------------------- ### Remove Panel Bottom Border Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Remove the panel's bottom border entirely to adhere to the glass aesthetic where no bottom line is needed. Use `!important` for the override. ```css "border-bottom": "none !important" ``` -------------------------------- ### CSS Fix for Terminal Panel Bottom Cutoff Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/terminal-panel-bottom-cutoff.md Applies a negative margin to the content and adjusts the z-index of the title bar to prevent the terminal content from being clipped by the status bar. ```json ".part.panel.bottom > .composite.title": { "position": "relative !important", "z-index": "1 !important" }, ".part.panel.bottom > .content": { "margin-top": "-7px !important" } ``` -------------------------------- ### Adjust Panel Box Shadow Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Modify the panel's box-shadow to remove the outer shadow and bottom inset shadow, while retaining top, left, and right inset glass lines for specific views. Use `!important` for the override. ```css "box-shadow": "inset 0 1px 0 0 rgba(255,255,255,0.1), inset 1px 0 0 0 rgba(255,255,255,0.06), inset -1px 0 0 0 rgba(255,255,255,0.02) !important" ``` -------------------------------- ### Fix Terminal Tabs Bottom Line Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Override the global `.tabs-container` background-image gradient to remove the unwanted 1px line at the bottom of the terminal tabs list. Use `!important` for the override. ```css "background-image": "none !important" ``` -------------------------------- ### Suppress Bottom Borders on Panel Elements Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/panel-glass-borders-and-styling.md Remove bottom borders from various panel elements like `.pane`, `.pane-body`, and `.split-view-view` to clean up the bottom line appearance. Use `!important` for overrides. ```css ".part.panel.bottom .pane": { "border-bottom": "none !important" }, ".part.panel.bottom .pane-body": { "border-bottom": "none !important" }, ".part.panel.bottom .split-view-view": { "border-bottom": "none !important" }, ".part.panel.bottom .composite": { "border-bottom": "none !important" }, ".part.panel.bottom .monaco-pane-view":{ "border-bottom": "none !important" }, ".part.panel.bottom .output-view": { "border-bottom": "none !important" } ``` -------------------------------- ### CSS Borders Causing Terminal Cutoff Source: https://github.com/bwya77/vscode-dark-islands/blob/main/issues/terminal-panel-bottom-cutoff.md This CSS defines borders on the bottom terminal panel, contributing to the cutoff issue by reducing the available content space. ```css .part.panel.bottom { border-top: 6px solid var(--islands-bg-canvas); border-bottom: 1px solid rgba(255,255,255,0.06); box-sizing: border-box; } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.