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

Colorize inline code blocks for the classic themes #292

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Conversation

simurai
Copy link
Contributor

@simurai simurai commented Jul 14, 2022

This closes #276 by making the same changes as in #193 also to the classic GitHub Light + GitHub Dark themes.

Before After
Screen Shot 2022-07-14 at 14 06 44 Screen Shot 2022-07-14 at 14 07 15

@changeset-bot
Copy link

changeset-bot bot commented Jul 14, 2022

🦋 Changeset detected

Latest commit: 6283960

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
github-vscode-theme Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 14, 2022

Colors changed
--- base/themes/dark.json	2022-07-14 05:11:24.995389996 +0000
+++ themes/dark.json	2022-07-14 05:11:21.663153072 +0000
@@ -436,3 +436,3 @@
     {
-      "scope": "markup.raw",
+      "scope": "markup.inline.raw",
       "settings": {
--- base/themes/light.json	2022-07-14 05:11:24.995389996 +0000
+++ themes/light.json	2022-07-14 05:11:21.663153072 +0000
@@ -432,3 +432,3 @@
     {
-      "scope": "markup.raw",
+      "scope": "markup.inline.raw",
       "settings": {

@simurai simurai merged commit 59a632e into main Jul 14, 2022
@simurai simurai deleted the inline-markup branch July 14, 2022 05:12
@primer-css primer-css mentioned this pull request Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code in backticks in markdown file not coloured
1 participant