Skip to content

Commit

Permalink
GHI-#12 Add emphasis- and strong selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent 55313a7 commit 2d08d01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@
"background": "#2e3440ff"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Comment",
"scope": "comment",
Expand Down

0 comments on commit 2d08d01

Please sign in to comment.