I modified the custom color scheme, but it doesn’t seem to take effect #13359

Closed
opened 2026-01-31 03:40:39 +00:00 by claunia · 11 comments
Owner

Originally created by @zhaoyankai1996 on GitHub (Apr 8, 2021).

Windows Terminal version (or Windows build number)

1.6.10571.0

Other Software

No response

Steps to reproduce

Only the modification did not take effect

Expected Behavior

No response

Actual Behavior

Only the modification did not take effect

4PIAX6_}2%FSFQB~{YA{65B
ZB$X6)ISVIVOFMF`5I1)GY1

Originally created by @zhaoyankai1996 on GitHub (Apr 8, 2021). ### Windows Terminal version (or Windows build number) 1.6.10571.0 ### Other Software _No response_ ### Steps to reproduce Only the modification did not take effect ### Expected Behavior _No response_ ### Actual Behavior Only the modification did not take effect ![4PIAX6_}2%FSFQB~{YA{65B](https://user-images.githubusercontent.com/74690909/113950125-38511200-9843-11eb-9654-bb3ee6a12698.png) ![ZB$X6)ISVIVOFMF`5I1)GY1](https://user-images.githubusercontent.com/74690909/113950144-3f782000-9843-11eb-9e60-e7ac572f382f.png)
Author
Owner

@skyline75489 commented on GitHub (Apr 8, 2021):

Can you add a screenshot of the terminal? Both before & after using the color scheme.

@skyline75489 commented on GitHub (Apr 8, 2021): Can you add a screenshot of the terminal? Both before & after using the color scheme.
Author
Owner

@zhaoyankai1996 commented on GitHub (Apr 8, 2021):

B6%U5$%GVV9 @`@} KFAYVQ
It's the same before and after the modification, except for color matching, it seems that other effects can be used!

@zhaoyankai1996 commented on GitHub (Apr 8, 2021): ![B6%U5$%GVV9 @`@} KFAYVQ](https://user-images.githubusercontent.com/74690909/114002182-39a82c00-988f-11eb-8e36-412395ef16ad.png) It's the same before and after the modification, except for color matching, it seems that other effects can be used!
Author
Owner

@skyline75489 commented on GitHub (Apr 8, 2021):

You should use colorScheme, not colorSchemes:

- "colorSchemes": "3024Day",
+ "colorScheme": "3024Day",
@skyline75489 commented on GitHub (Apr 8, 2021): You should use **colorScheme**, not **colorSchemes**: ```diff - "colorSchemes": "3024Day", + "colorScheme": "3024Day", ```
Author
Owner

@ghost commented on GitHub (Apr 12, 2021):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Apr 12, 2021): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@grabthar commented on GitHub (Apr 12, 2021):

I can confirm the issue on this version 1.6.10571.0

            {
                "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
                "hidden": false,
                "name": "PowerShell (dotnet global)",
                "source": "Windows.Terminal.PowershellCore",
                "colorscheme": "Campbell Powershell"
            },

Doesn't apply restarting wt doesn't fix. I still have a black terminal when it should be blue.
Color are only applied by the palette

@grabthar commented on GitHub (Apr 12, 2021): I can confirm the issue on this version 1.6.10571.0 ``` { "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}", "hidden": false, "name": "PowerShell (dotnet global)", "source": "Windows.Terminal.PowershellCore", "colorscheme": "Campbell Powershell" }, ``` Doesn't apply restarting wt doesn't fix. I still have a black terminal when it should be blue. Color are only applied by the palette
Author
Owner

@skyline75489 commented on GitHub (Apr 13, 2021):

@grabthar the default Campbell theme actually have black background. Try a different color scheme, maybe?

@skyline75489 commented on GitHub (Apr 13, 2021): @grabthar the default Campbell theme actually have black background. Try a different color scheme, maybe?
Author
Owner

@grabthar commented on GitHub (Apr 13, 2021):

@skyline75489 This is the "Campbell Powershell" it's blue the "Campbell" is black, i'm not wrong. This is not applied from configuration, only apply with Ctrl+Shift+p -> color template
image

@grabthar commented on GitHub (Apr 13, 2021): @skyline75489 This is the "Campbell Powershell" it's blue the "Campbell" is black, i'm not wrong. This is not applied from configuration, only apply with Ctrl+Shift+p -> color template ![image](https://user-images.githubusercontent.com/56052/114594464-90e23e00-9c8d-11eb-824a-d1e6d78ff150.png)
Author
Owner

@zadjii-msft commented on GitHub (Apr 13, 2021):

@grabthar You've seemingly got a totally different issue than OP. OP's issue was that they were using colorSchemes instead of colorScheme.

  • Do you have anything in the defaults object under profiles?
  • Could you try adding a new profile like the following to your settings:
        {
            "name": "PowerShell Test",
            "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "colorScheme": "Campbell Powershell"
        },

I just want to check if there's something special about your PowerShell (dotnet global) profile here, or something broader

@zadjii-msft commented on GitHub (Apr 13, 2021): @grabthar You've seemingly got a totally different issue than OP. OP's issue was that they were using `colorSchemes` instead of `colorScheme`. * Do you have anything in the `defaults` object under `profiles`? * Could you try adding a new profile like the following to your settings: ```json { "name": "PowerShell Test", "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "colorScheme": "Campbell Powershell" }, ``` I just want to check if there's something special about your `PowerShell (dotnet global)` profile here, or something broader
Author
Owner

@DHowett commented on GitHub (Apr 13, 2021):

image

could it be the lowercase s in Scheme?

@DHowett commented on GitHub (Apr 13, 2021): ![image](https://user-images.githubusercontent.com/189190/114597341-47c2c780-9c56-11eb-92d4-acf71f4c8e5a.png) could it be the lowercase `s` in `Scheme`?
Author
Owner

@grabthar commented on GitHub (Apr 13, 2021):

This one work it's strange!
This one won't

            {
                // Make changes here to the cmd.exe profile.
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "Invite de commandes",
                "commandline": "cmd.exe",
                "hidden": false,
                "colorscheme": "Campbell Powershell"
            },

@DHowett Exactly this is it. I don't remember from where i copy pasted this code. Really sorry for wasting your time with this kind of issue.
Case insensitive settings could fix many issues of this kind. Thank you

@grabthar commented on GitHub (Apr 13, 2021): This one work it's strange! This one won't ``` { // Make changes here to the cmd.exe profile. "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Invite de commandes", "commandline": "cmd.exe", "hidden": false, "colorscheme": "Campbell Powershell" }, ``` @DHowett Exactly this is it. I don't remember from where i copy pasted this code. Really sorry for wasting your time with this kind of issue. Case insensitive settings could fix many issues of this kind. Thank you
Author
Owner

@zadjii-msft commented on GitHub (Apr 13, 2021):

Thanks for following up!

Since both yours and OP's issues are resolved, I'm gonna go ahead and close this issue out.

@zadjii-msft commented on GitHub (Apr 13, 2021): Thanks for following up! Since both yours and OP's issues are resolved, I'm gonna go ahead and close this issue out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13359