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

Feature Request: Custom CSS #3967

Closed
ngschroeder opened this issue Dec 14, 2019 · 2 comments
Closed

Feature Request: Custom CSS #3967

ngschroeder opened this issue Dec 14, 2019 · 2 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. 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

Comments

@ngschroeder
Copy link

Description of the new feature/enhancement

Custom CSS. For example, in VS Code, there's an extension that allows custom CSS. This should be native functionality. (Maybe with a developer flag to play it safe?)

Proposed technical implementation details (optional)

    "profiles":
    [
        {
            // Make changes here to the powershell.exe profile
            "guid": "{nnn}",
            "name": "Windows PowerShell",
            "commandline": "powershell.exe",
            "hidden": false,
            "custom_css": "/path/orURL/to/myfile.css"
        },
    ]

Allows for cool stuff like this.
theme

@ngschroeder ngschroeder added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Dec 14, 2019
@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 Dec 14, 2019
@ngschroeder ngschroeder changed the title Custom CSS Feature Request: Custom CSS Dec 14, 2019
@DHowett-MSFT
Copy link
Contributor

Hey, thanks for the request! Since we’re not built on a web browser engine, it would be almost impossible for us to properly support CSS. You might want to follow #3327 for an alternative, though.

@ngschroeder
Copy link
Author

Thanks Dustin, looks like that covers a lot of it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. 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
Projects
None yet
Development

No branches or pull requests

2 participants