How to edit a theme installed on vscode on Linux

Asked

Viewed 666 times

1

I recently installed vscode and installed the theme Hail Theme, but I would like to change the menu color. For example: when I am in the editor, the menu looks like this:

inserir a descrição da imagem aqui

But I’d like him to have his active color:

inserir a descrição da imagem aqui

How can I do that?

1 answer

2


Customize the Theme I do not know, but in your Settings you can include a default color, it will be valid for qq theme, but as it is something that is not changed all the time, you can change later if you decide to use another theme etc...

"workbench.colorCustomizations": {
    "list.activeSelectionBackground": "#0f0",
},

inserir a descrição da imagem aqui

If in doubt, to open the Settings you can go straight here, as image, ai vc put the code there Saved and ready!

inserir a descrição da imagem aqui

  • 1

    Perfect Hugo. I just changed the command by putting this "list.inactiveSelectionBackground": "#094771". Many thanks again and to add to your post, I used this link to know better the commands you mentioned. https://code.visualstudio.com/api/references/theme-color

  • 1

    @Fox.11 guy didn’t even know he had this specified in the official rss Documentation. But stay there as reference! Good tip!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.