How to load a custom vscode theme #567
Unanswered
rubenfiszel
asked this question in
Q&A
Replies: 1 comment
-
@rubenfiszel you have to define your own extension. E.g. look at the the package.json of default vscode themes and then build your extension like we do here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'd like to load a custom vscode theme that I have the json of: https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/themes/nord-color-theme.json
I'm not sure exactly how to use the the theme override to load this arbitrary json. I saw the updateUserConfiguration but it seems to be by name instead of accepting an url to load from
Note: I don't intend to loading from the github url but the json in our assets folder :)
Beta Was this translation helpful? Give feedback.
All reactions