M
M
mkone1122021-01-24 20:37:26
Visual Studio Code
mkone112, 2021-01-24 20:37:26

How to create a theme for vscode quickly and without pain?

In PyCharm, to create your own theme, it’s enough to fiddle with the mouse for 10 minutes, it’s immediately clear which parameter is responsible for what, the result is immediately visible. In VSCode, the same thing is done by long and painful picking configs and reading docks. Is there a way to simplify the process, like exporting a theme from PyCharm, maybe some graphical theme editor or something similar for VSCode?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-01-24
@vabka

There is no visual theme editor, but it is not needed. (and it can't be)
vs code in real time changes its color when changing the config.

is done by long and painful picking configs and reading docks

I didn't understand this moment.
So in just 5 seconds I found everything that changes colors in the editor.
XpCoRLR.png
It cannot be a visual editor, because each new extension that adds a new language also adds new highlighting rules for this language.
You can't export either, because they use different formats.
I think, in theory, you can write some kind of script that will overtake the xml-ku of paysharma into json of the code, but for this you will need to read the documentation for both.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question