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

I can't change text color in terminal. #6764

Closed
CatCatCatDog opened this issue Jul 2, 2020 · 3 comments
Closed

I can't change text color in terminal. #6764

CatCatCatDog opened this issue Jul 2, 2020 · 3 comments
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Resolution-Answered Related to questions that have been answered

Comments

@CatCatCatDog
Copy link

test

As you can see "import", "# aaaa" string is little similar.
Please, just, i want to use default terminal like Linux.
So, I tried change settings.json. but, not work.
Please, Could you check my setting?

...
"defaults":
{
"alwaysShowTabs": false,
"fontSize": 12,
"name" : "Vintage",
"foreground": "#C0C0C0",
"background": "#10",
"black": "#000000",
"red": "#800000",
"green": "#8000",
"yellow": "#808000",
"blue": "#80",
"purple": "#800080",
"cyan": "#8080",
"white": "#C0C0C0",
"brightBlack": "#808080",
"brightRed": "#FF0000",
"brightGreen": "#00FF00",
"brightYellow": "#FFFF00",
"brightBlue": "#0C297E",
"brightPurple": "#FF00FF",
"brightCyan": "#00FFFF",
"brightWhite": "#FFFFFF"
},
...

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jul 2, 2020
@DHowett
Copy link
Member

DHowett commented Jul 2, 2020

Unfortunately, you'll need to add another color scheme and then set up your profiles to use that color scheme.
Like this:

{
    // all my settings ...
    "schemes": [
        {
            "name": "CatCatCatDog's Theme",
            // "white", red, black, blue, ...
        }
    ],
    // more settings
    "profiles": [ { . . .
        "colorScheme": "CatCatCatDog's Theme",
    } ],
}

@DHowett DHowett closed this as completed Jul 2, 2020
@DHowett DHowett added Issue-Question For questions or discussion Resolution-Answered Related to questions that have been answered and removed Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jul 2, 2020
@ghost ghost added the Needs-Tag-Fix Doesn't match tag requirements label Jul 2, 2020
@CatCatCatDog
Copy link
Author

CatCatCatDog commented Jul 13, 2020

I think, this is not colorScheme setting problem.
I changed Windows terminal command color, such as blue color.
But, If i open Python file with vim, 'import' string is not change.
I think, this is bug something. I tried many time, but, i can't changed color.

@DHowett
Copy link
Member

DHowett commented Jul 13, 2020

I have looked closer. It appears that vim is using its own color scheme. This is a thing that text-mode applications are allowed to do. You will want to look at your vim settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Resolution-Answered Related to questions that have been answered
Projects
None yet
Development

No branches or pull requests

2 participants