[GH-ISSUE #15] Chat window colors broken #12

Closed
opened 2026-05-06 13:12:27 +02:00 by BreizhHardware · 2 comments

Originally created by @hadnet on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/15

Originally assigned to: @bwya77 on GitHub.

Image
Originally created by @hadnet on GitHub (Feb 15, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/15 Originally assigned to: @bwya77 on GitHub. <img width="553" height="559" alt="Image" src="https://github.com/user-attachments/assets/22a1b8aa-031c-49d4-86bb-ac5a0291952f" />
BreizhHardware 2026-05-06 13:12:27 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hadnet commented on GitHub (Feb 15, 2026):

Ok, I found out. Just add this props to settings.json.

{
  "workbench.colorCustomizations": {
    "input.background": "#191a1c",
    "panel.background": "#191a1c",
    "editorWidget.background": "#191a1c",
  },
  "custom-ui-style.stylesheet": {
    ".chat-input-container": {
      "background-color": "#191a1c !important"
    },
    ".chat-input-container .monaco-inputbox": {
      "background-color": "#191a1c !important"
    },
  }
 //...
}
<!-- gh-comment-id:3905291508 --> @hadnet commented on GitHub (Feb 15, 2026): Ok, I found out. Just add this props to `settings.json`. ```json { "workbench.colorCustomizations": { "input.background": "#191a1c", "panel.background": "#191a1c", "editorWidget.background": "#191a1c", }, "custom-ui-style.stylesheet": { ".chat-input-container": { "background-color": "#191a1c !important" }, ".chat-input-container .monaco-inputbox": { "background-color": "#191a1c !important" }, } //... } ```
Author
Owner

@bwya77 commented on GitHub (Feb 19, 2026):

Added to v0.0.2

<!-- gh-comment-id:3928125655 --> @bwya77 commented on GitHub (Feb 19, 2026): Added to v0.0.2
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#12
No description provided.