Skip to content

Auto switch themes #1

Open
Open
@i-am-shodan

Description

@i-am-shodan

I really don't like my theme being changed. This change to my settings.json means that when I open a file ending in *.ds the theme will be switched only for that file. You need to have have the 'theme-by-language' extension installed.

{
    "theme-by-language.themes": {
        "filename:.*\\.ds$": "LightDuckyScript"
    },
    "workbench.colorTheme": "PowerShell ISE"
}

Leaving this here in case anyone else has this problem, feel free to close.

Metadata

Metadata

Assignees

Labels

contributeEven an idea is fine

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions