ColorTool is missing in store version of Terminal #2832

Closed
opened 2026-01-30 23:06:32 +00:00 by claunia · 12 comments
Owner

Originally created by @andylamp on GitHub (Jul 18, 2019).

Environment

Windows build number:  Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable):  0.2.1831.0 (Store Version)

Any other software? No

Steps to reproduce

Start Windows Terminal and try to invoke ColorTool in the Store Version of the app - not built from source.

Expected behavior

Invoke ColorTool correctly

Actual behavior

Not found.

Originally created by @andylamp on GitHub (Jul 18, 2019). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 (Store Version) Any other software? No ``` # Steps to reproduce Start Windows Terminal and try to invoke `ColorTool` in the Store Version of the app - not built from source. <!-- A description of how to trigger this bug. --> # Expected behavior Invoke `ColorTool` correctly <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior Not found. <!-- What's actually happening? -->
claunia added the Product-ColortoolArea-SettingsResolution-AnsweredIssue-Docs labels 2026-01-30 23:06:32 +00:00
Author
Owner

@WSLUser commented on GitHub (Jul 18, 2019):

Not advertised on the Store page. They aren't together right now. But you can download it from this repo or request it in pengwin-setup if you use Pengwin in WSL.

@WSLUser commented on GitHub (Jul 18, 2019): Not advertised on the Store page. They aren't together right now. But you can download it from this repo or request it in pengwin-setup if you use Pengwin in WSL.
Author
Owner

@andylamp commented on GitHub (Jul 18, 2019):

I see - thanks @WSLUser, I guessed that was the case but was nowhere to be found in the documentation, maybe put a pointer to this into the docs to avoid confusion?

As for pengwin-setup am not currently using it but would be keen since being able to customise the terminal colors is a huge plus :). I would appreciate if you have a pointer on how to use this to get colortool working.

@andylamp commented on GitHub (Jul 18, 2019): I see - thanks @WSLUser, I guessed that was the case but was nowhere to be found in the documentation, maybe put a pointer to this into the docs to avoid confusion? As for `pengwin-setup` am not currently using it but would be keen since being able to customise the terminal colors is a huge plus :). I would appreciate if you have a pointer on how to use this to get `colortool` working.
Author
Owner

@WSLUser commented on GitHub (Jul 18, 2019):

Well on the README, it actually provides a link to it with all the guidance for it. But since it took literally 2 seconds to get the URL here you go: https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool

@WSLUser commented on GitHub (Jul 18, 2019): Well on the README, it actually provides a link to it with all the guidance for it. But since it took literally 2 seconds to get the URL here you go: https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool
Author
Owner

@WSLUser commented on GitHub (Jul 18, 2019):

oh and to make it easier to download: https://github.com/microsoft/terminal/releases/tag/1904.29002

@WSLUser commented on GitHub (Jul 18, 2019): oh and to make it easier to download: https://github.com/microsoft/terminal/releases/tag/1904.29002
Author
Owner

@andylamp commented on GitHub (Jul 18, 2019):

@WSLUser, do you have something that can be used without building it? I saw that, but had no binary distribution available.

@andylamp commented on GitHub (Jul 18, 2019): @WSLUser, do you have something that can be used *without* building it? I saw that, but had no binary distribution available.
Author
Owner

@andylamp commented on GitHub (Jul 18, 2019):

@WSLUser okay cool that second link was not in the README nor in the releases - thanks, that works!

@andylamp commented on GitHub (Jul 18, 2019): @WSLUser okay cool that second link was not in the `README` nor in the releases - thanks, that works!
Author
Owner

@WSLUser commented on GitHub (Jul 18, 2019):

It's in the releases but because Terminal is out, you have to look for it under Releases as a few versions of Terminal are in the way of getting to ColorTool. A direct link would probably be helpful and simply update the link next time a new release is out for ColorTool.

@WSLUser commented on GitHub (Jul 18, 2019): It's in the releases but because Terminal is out, you have to look for it under Releases as a few versions of Terminal are in the way of getting to ColorTool. A direct link would probably be helpful and simply update the link next time a new release is out for ColorTool.
Author
Owner

@andylamp commented on GitHub (Jul 18, 2019):

if you don't mind a pull request I could add these bits to the ColorTool read me.

@andylamp commented on GitHub (Jul 18, 2019): if you don't mind a pull request I could add these bits to the `ColorTool` read me.
Author
Owner

@WSLUser commented on GitHub (Jul 18, 2019):

I'm not a member of the Console team as awesome as that might be. I'm sure @zadjii-msft would love to see a PR.

@WSLUser commented on GitHub (Jul 18, 2019): I'm not a member of the Console team as awesome as that might be. I'm sure @zadjii-msft would love to see a PR.
Author
Owner

@andylamp commented on GitHub (Jul 18, 2019):

cool - thanks!

@andylamp commented on GitHub (Jul 18, 2019): cool - thanks!
Author
Owner

@DHowett-MSFT commented on GitHub (Jul 19, 2019):

The Readme being updated should close this issue. We don't currently have plans to put ColorTool into the package with Windows Terminal.

In the future, Windows Terminal should have some or all of the same features.

@DHowett-MSFT commented on GitHub (Jul 19, 2019): The Readme being updated should close this issue. We don't currently have plans to put ColorTool into the package with Windows Terminal. In the future, Windows Terminal should have some or all of the same features.
Author
Owner

@WSLUser commented on GitHub (Jul 20, 2019):

@DHowett There's no shame in re-using/adapting code from other terminals like mintty and Iterm2 to get that functionality as well as other features into Terminal. Probably would help a bit in speeding things along.

@WSLUser commented on GitHub (Jul 20, 2019): @DHowett There's no shame in re-using/adapting code from other terminals like mintty and Iterm2 to get that functionality as well as other features into Terminal. Probably would help a bit in speeding things along.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2832