mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #32] [CLOSED] Fix visible border line between activity bar and sidebar #99
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bwya77/vscode-dark-islands/pull/32
Author: @mervanhasancalik
Created: 2/16/2026
Status: ❌ Closed
Base:
main← Head:fix/remove-sidebar-border-line📝 Commits (1)
4f9caf8Fix visible border line between activity bar and sidebar📊 Changes
2 files changed (+7 additions, -3 deletions)
View changed files
📝
settings.json(+5 -1)📝
themes/islands-dark.json(+2 -2)📄 Description
Summary
activityBar.borderandsideBar.borderfrom#181a1d00to#00000000(pure transparent) in the theme JSON — the old value can render visibly against the#121216workbench background if alpha handling differs across VS Code versionsborder: none !importantto.part.activitybarCSS to explicitly remove any VS Code-applied structural border.monaco-sash { background-color: transparent !important }to hide VS Code's resize handle artifacts between floating panelsBefore (bug)
A thin vertical line is visible between the activity bar capsule and the sidebar panel, breaking the floating islands look.
Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.