[PR #75] [MERGED] 0.0.2 #110

Closed
opened 2026-05-06 13:13:24 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/75
Author: @bwya77
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @bwya77

Base: mainHead: 0.0.2


📝 Commits (10+)

  • d1ffd53 Simplify settings install and add uninstall docs
  • 40792b2 Add uninstall scripts for macOS/Linux and Windows
  • 954218b Add explicit branch parameter to bootstrap scripts
  • 6adb21a Point bootstrap scripts to 0.0.2 branch for testing
  • 6af64ae Set bootstrap scripts back to main branch
  • a4903e6 Adding funding, adding credit in README
  • 40c194f ### FIXED
  • 7bb8f1f ### FIXED
  • 4325a5f removed test file
  • a7e5287 Changing setting from my settings

📊 Changes

12 files changed (+564 additions, -216 deletions)

View changed files

.github/FUNDING.yml (+4 -0)
📝 CHANGELOG.md (+33 -4)
📝 README.md (+97 -13)
📝 bootstrap.ps1 (+2 -1)
📝 bootstrap.sh (+2 -1)
📝 install.ps1 (+43 -55)
📝 install.sh (+50 -62)
📝 package.json (+1 -1)
📝 settings.json (+137 -73)
📝 themes/islands-dark.json (+19 -6)
uninstall.ps1 (+81 -0)
uninstall.sh (+95 -0)

📄 Description

FIXED

ADDED

  • Chat text window has rounded corners instead of squared https://github.com/bwya77/vscode-dark-islands/issues/47
  • Uninstall script (tested on MacOS)
  • Funding.yml file
  • Users can set the 'roundness' of elements by modifying css variables. Please see the "Customizing Border Radius" section in the README.md file
  • Users can set the spacing between elements such as the explorer pane, chat pane, editor, and temrinal. https://github.com/bwya77/vscode-dark-islands/issues/17
  • Users can now set the primary and secondary colors by setting the islands-bg-surface and islands-bg-canvas variables.
  • 2px spacing between the terminal and editor.
  • The system dialog box now follows our theme with rounded corners
  • Shadow under the sticky widget in the editor.

CHANGED

REMOVED


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bwya77/vscode-dark-islands/pull/75 **Author:** [@bwya77](https://github.com/bwya77) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@bwya77](https://github.com/bwya77) **Base:** `main` ← **Head:** `0.0.2` --- ### 📝 Commits (10+) - [`d1ffd53`](https://github.com/bwya77/vscode-dark-islands/commit/d1ffd53febadeaa75747114e560570364a72c474) Simplify settings install and add uninstall docs - [`40792b2`](https://github.com/bwya77/vscode-dark-islands/commit/40792b2a7f64aaad790bbc3533352409f4c5765f) Add uninstall scripts for macOS/Linux and Windows - [`954218b`](https://github.com/bwya77/vscode-dark-islands/commit/954218b6abdbd6ddb6f85e155bf38e8119f1dbc9) Add explicit branch parameter to bootstrap scripts - [`6adb21a`](https://github.com/bwya77/vscode-dark-islands/commit/6adb21a87d220e5c85092fa1df419a22cbe4a108) Point bootstrap scripts to 0.0.2 branch for testing - [`6af64ae`](https://github.com/bwya77/vscode-dark-islands/commit/6af64ae961b852eb5d4fca4757d64e7835e2e8cc) Set bootstrap scripts back to main branch - [`a4903e6`](https://github.com/bwya77/vscode-dark-islands/commit/a4903e668f274222eb85412f9c5d5494ea9e0d5b) Adding funding, adding credit in README - [`40c194f`](https://github.com/bwya77/vscode-dark-islands/commit/40c194f4688f7a1c5bdf9bd383be2f231374fb11) ### FIXED - [`7bb8f1f`](https://github.com/bwya77/vscode-dark-islands/commit/7bb8f1f82cec13ac1bbb9aaeb2ece6f166c35e3f) ### FIXED - [`4325a5f`](https://github.com/bwya77/vscode-dark-islands/commit/4325a5fa1623400cfd31a0897a60414c732c48ef) removed test file - [`a7e5287`](https://github.com/bwya77/vscode-dark-islands/commit/a7e52872fdab25dd3526c9f08b6e22680aaae8d1) Changing setting from my settings ### 📊 Changes **12 files changed** (+564 additions, -216 deletions) <details> <summary>View changed files</summary> ➕ `.github/FUNDING.yml` (+4 -0) 📝 `CHANGELOG.md` (+33 -4) 📝 `README.md` (+97 -13) 📝 `bootstrap.ps1` (+2 -1) 📝 `bootstrap.sh` (+2 -1) 📝 `install.ps1` (+43 -55) 📝 `install.sh` (+50 -62) 📝 `package.json` (+1 -1) 📝 `settings.json` (+137 -73) 📝 `themes/islands-dark.json` (+19 -6) ➕ `uninstall.ps1` (+81 -0) ➕ `uninstall.sh` (+95 -0) </details> ### 📄 Description ### FIXED - Fixed chat window colors broken: https://github.com/bwya77/vscode-dark-islands/issues/15 - Install script (tested on MacOS) https://github.com/bwya77/vscode-dark-islands/issues/5, https://github.com/bwya77/vscode-dark-islands/issues/6 - The explorer pane would not show all items, some items would be cut off https://github.com/bwya77/vscode-dark-islands/pull/67, https://github.com/bwya77/vscode-dark-islands/issues/74, https://github.com/bwya77/vscode-dark-islands/issues/66, https://github.com/bwya77/vscode-dark-islands/issues/20, https://github.com/bwya77/vscode-dark-islands/issues/12 - Commit message box cut off https://github.com/bwya77/vscode-dark-islands/issues/57, https://github.com/bwya77/vscode-dark-islands/issues/70 - Primary sidebar would be truncated if we moved it to the right https://github.com/bwya77/vscode-dark-islands/issues/55 - Issue with explorer pane items being unselected but the file would remain selected. - Border radius of terminal does not match editor, chat, etc. https://github.com/bwya77/vscode-dark-islands/issues/61 - Made the primary sidebar icons slightly larger (18px to 22px) - Window controls background color is incorrect https://github.com/bwya77/vscode-dark-islands/issues/72 - When opening VSCode with no open files, the default tab would be cut off. https://github.com/bwya77/vscode-dark-islands/issues/30 - When working with `ipynb` files the editor wouldnt follow correct rendering and code blocks did not stand out https://github.com/bwya77/vscode-dark-islands/issues/45 - Elements in the terminal when split screen would spill over - Editor tabs overlapping with floating header in Linux https://github.com/bwya77/vscode-dark-islands/issues/26 - Markdown files respect `font-family` CSS rules and render monospace fonts correctly https://github.com/bwya77/vscode-dark-islands/issues/48 ### ADDED - Chat text window has rounded corners instead of squared https://github.com/bwya77/vscode-dark-islands/issues/47 - Uninstall script (tested on MacOS) - Funding.yml file - Users can set the 'roundness' of elements by modifying `css` variables. Please see the "Customizing Border Radius" section in the README.md file - Users can set the spacing between elements such as the explorer pane, chat pane, editor, and temrinal. https://github.com/bwya77/vscode-dark-islands/issues/17 - Users can now set the primary and secondary colors by setting the `islands-bg-surface` and `islands-bg-canvas` variables. - 2px spacing between the terminal and editor. - The system dialog box now follows our theme with rounded corners - Shadow under the sticky widget in the editor. ### CHANGED - Theme and settings.json file are versioned properly https://github.com/bwya77/vscode-dark-islands/issues/17 ### REMOVED - Removed the highlight boxes in selection windows - these cannot be rounded https://github.com/bwya77/vscode-dark-islands/issues/10 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:13:24 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#110
No description provided.