Feature Request: Custom CSS #5570

Closed
opened 2026-01-31 00:16:16 +00:00 by claunia · 2 comments
Owner

Originally created by @ngschroeder on GitHub (Dec 14, 2019).

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

Originally created by @ngschroeder on GitHub (Dec 14, 2019). # 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](https://user-images.githubusercontent.com/16778828/70850323-fc788900-1e56-11ea-9435-04bbfefaf899.jpg)
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-31 00:16:16 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Dec 14, 2019):

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.

@DHowett-MSFT commented on GitHub (Dec 14, 2019): 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.
Author
Owner

@ngschroeder commented on GitHub (Dec 14, 2019):

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

@ngschroeder commented on GitHub (Dec 14, 2019): Thanks Dustin, looks like that covers a lot of it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5570