1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Color punctuation of bold, italic and underline like the text itself

This commit is contained in:
Steffo 2022-07-30 03:04:01 +02:00
parent e150c88690
commit 0a23882e72
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -547,6 +547,7 @@
"name": "bold",
"scope": [
"markup.bold",
"punctuation.definition.bold",
],
"settings": {
"foreground": "#ffbc82",
@ -556,6 +557,7 @@
"name": "italic",
"scope": [
"markup.italic",
"punctuation.definition.italic",
],
"settings": {
"foreground": "#ffbc82",
@ -565,6 +567,7 @@
"name": "underline",
"scope": [
"markup.underline",
"punctuation.definition.underline",
],
"settings": {
"foreground": "#ffbc82",