Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Blocks in Markdown Preview Don't Sync with Theme #388

Open
1chooo opened this issue Jun 9, 2024 · 0 comments
Open

Code Blocks in Markdown Preview Don't Sync with Theme #388

1chooo opened this issue Jun 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@1chooo
Copy link

1chooo commented Jun 9, 2024

Description

In the Markdown Preview, no matter how I change the Color Theme in VSCode, the code blocks in the Markdown Preview do not reflect the selected theme. I have tried various themes, including GitHub and Nord, but the preview colors remain in the default scheme.

Could you please advise on how to make the code blocks in Markdown Preview sync with the chosen Color Theme? This would greatly improve the experience of writing Markdown, as currently, I have two different syntax color schemes on my screen.

Screenshot 2024-06-09 at 10 28 44 PM

Steps to reproduce

  1. Select the GitHub Theme as the Color Theme

  2. Open *.md and paste the code in the below:

    int n;
    
    buffer = n;             // each can hold one item
    semaphore mutex = 1;
    semaphore empty = n;
    semaphore full = 0;
  3. It happened, the code blocks in Markdown preview don't sync with GitHub Theme

Version

v6.3.4

Theme

GitHub Dark

@1chooo 1chooo added the bug Something isn't working label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant