question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Converted theme has the wrong colors (One Dark Pro Monokai Darker Reloaded Theme)

See original GitHub issue

Describe the bug The converted theme has the wrong colors compared to Visual Studio Code. Most of the tokens are colored differently and the brackets are colored instead of default white.

Screenshots image image

To Reproduce Steps to reproduce the behavior:

  1. Install the One Dark Pro Monokai Darker Reloaded Theme from the Marketplace in Visual Studio Code
  2. Add the following lines inside "editor.tokenColorCustomizations" in settings.json in Visual Studio Code
        "[One Dark Pro Monokai Darker Reloaded]": {
            "textMateRules": [
                {
                    "scope": [
                        "storage.type.class",
                        "storage.type.struct",
                        "storage.type.modifier.access.control"
                    ],
                    "settings": {
                        "foreground": "#E06C75",
                        "fontStyle": ""
                    },
                },
                {
                    "scope": "keyword.control",
                    "settings": {
                        "foreground": "#BBBBBB"
                    },
                },
            ]
        },
  1. Execute the steps provided on using the tool in the README.md

Expected behavior The converted theme must have been colored in the exact same manner as the theme in Visual Studio Code

Environment:

Impact This demonstrates that the tool is converting but the resulting theme is not colored the same.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
kwisatzhaderechcommented, Jul 25, 2022

I have exactly same issue with Visual Assist Dark Theme. The converted theme has the wrong colors compared to Visual Studio Code.

0reactions
Dangcaominhcommented, Jul 27, 2023

Following DavidBChristensen’s guide, I have succeeded in making it work for C++. But can anyone tell me how to get the VS Token like him ?? I would like to get all the VS token for all the language to further develop my theme. Many thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · microsoft/theme-converter-for-vs
CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme. ... Converted theme has the...
Read more >
One Dark Pro Monokai Darker Theme
A darker variation of One Dark Pro theme for Visual Studio Code, with Monokai code coloring. Installation. Press ctrl/command + shift + p...
Read more >
How to edit default dark theme for Visual Studio Code?
Switch to the builtin theme you wish to modify by selecting Preferences: Color Theme from the command palette then choosing the theme. Get...
Read more >
Does anyone else ever try out different themes, only to ...
I like to experiment with different themes, but I always revert back to One Dark Pro. I'll download a few themes, try them...
Read more >
Some (truly) dark VS Code themes
Here too, One Dark Pro Monokai Darker is more suited for low contrast screens, while One Monokai will do the job for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found