-
Notifications
You must be signed in to change notification settings - Fork 39.3k
RBG/RGBA theme colors don't work for custom dialog boxes #107335
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdialogsIssues with native and custom dialogsIssues with native and custom dialogsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdialogsIssues with native and custom dialogsIssues with native and custom dialogsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
On my theme that red text color should be
rgba(233, 217, 242, 0.82)Here is the cause -- we are assuming it is hex with the
fromHexcall.vscode/src/vs/base/browser/ui/dialog/dialog.ts
Lines 302 to 305 in e8572c0