Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light HC theme "prominent" status bar items are low contrast #210605

Open
Tyriar opened this issue Apr 17, 2024 · 0 comments
Open

Light HC theme "prominent" status bar items are low contrast #210605

Tyriar opened this issue Apr 17, 2024 · 0 comments
Assignees

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 17, 2024

Testing adding a status bar entry in core:

		const statusbarEntry: IStatusbarEntry = {
			name: localize('terminalDevMode', 'Terminal Dev Mode'),
			text: `$(terminal) ${localize('ptyHostStatus.short', 'test')}`,
			// tooltip: localize('nonResponsivePtyHost', "The connection to the terminal's pty host process is unresponsive, terminals may stop working. Click to manually restart the pty host."),
			ariaLabel: localize('ptyHostStatus.ariaLabel', 'test'),
			// command: TerminalCommandId.RestartPtyHost,
			kind: 'prominent'
		};
		this._statusbarService.addEntry(statusbarEntry, 'terminal.promptInput', StatusbarAlignment.LEFT);

Shows this:

Screenshot 2024-04-17 at 3 56 30 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants