Does VS Code have a Color Theme for each language?

1

My question is the following. I would like to have a simpler color theme with less color to work with CSS, but for HTML I would like to have a Theme with more accented and marked colors.

For example when opening a file .HTML I want to use the theme Monokai , but if I open a file .CSS on another tab I want the theme Dracula

Would you like to configure the VS Code to use a Color Theme for each file extension at the same time in different tabs?

OBS: before they ask me questions about ferramentas comuns entre programadores are within the scope of the site ok link

    
asked by anonymous 24.09.2018 / 21:00

1 answer

1

I still do not consider the perfect option. But I got an extension from VS Code that does this!

link

It works like this, first you open a file with the extension you want, or create a new file and save it with the extension you want, type a .html or .js

Then with this file open and the tab of it activates on your screen you have a ctrl + shit + p and at the prompt type Set theme for current file language as in the image:

Nowwheneveryouclickonatabthathasafilewiththatextensionopenyourthemewillchange.WhatIdidnotlikeisthatitswitchestheVSCodethemeasawhole,butIwouldliketousethenewthemeconfigsonlywithinEditorWorkbench

Seehowitworks:(ithasasmalldelayinthemeswitching,butIthinkthisisahardwareissue...)

I will not accept my own answer because I think that in the future you will have a better way to handle it

    
03.10.2018 / 17:47