Skip to content

Commit

Permalink
Add font style rules for markdown (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu authored Apr 5, 2023
1 parent 3c61a08 commit 726ce14
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,24 @@
"foreground": "$love"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle":"bold"
}
},
{
"scope": "markup.bold.markdown",
"settings": {
"fontStyle":"bold"
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["meta.diff.range"],
"settings": {
Expand Down

0 comments on commit 726ce14

Please sign in to comment.