mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-24 03:54:21 +00:00
Color punctuation of bold
, italic
and underline
like the text itself
This commit is contained in:
parent
e150c88690
commit
0a23882e72
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue