0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Remove italics from YAML block scalar symbol

This commit is contained in:
Kristi 2021-03-23 20:32:40 -04:00
parent 4aa61ff194
commit d9f347d7f6
3 changed files with 21 additions and 6 deletions

View file

@ -77,8 +77,6 @@
"list.deemphasizedForeground":"#787c99", "list.deemphasizedForeground":"#787c99",
"list.activeSelectionBackground": "#202330", "list.activeSelectionBackground": "#202330",
"quickInput.list.focusBackground": "#202330",
"list.activeSelectionForeground": "#a9b1d6", "list.activeSelectionForeground": "#a9b1d6",
"list.inactiveSelectionBackground": "#1c1d29", "list.inactiveSelectionBackground": "#1c1d29",
"list.inactiveSelectionForeground": "#a9b1d6", "list.inactiveSelectionForeground": "#a9b1d6",
@ -360,6 +358,13 @@
"settings": { "settings": {
"fontStyle": "italic" "fontStyle": "italic"
} }
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"settings": {
"fontStyle": ""
}
}, },
{ {
"name": "Comment", "name": "Comment",

View file

@ -73,8 +73,6 @@
"list.deemphasizedForeground":"#4c505e", "list.deemphasizedForeground":"#4c505e",
"list.activeSelectionBackground": "#d5d6db", "list.activeSelectionBackground": "#d5d6db",
"quickInput.list.focusBackground": "#d5d6db",
"list.activeSelectionForeground": "#4c505e", "list.activeSelectionForeground": "#4c505e",
"list.inactiveSelectionBackground": "#d5d6db", "list.inactiveSelectionBackground": "#d5d6db",
"list.inactiveSelectionForeground": "#4c505e", "list.inactiveSelectionForeground": "#4c505e",
@ -378,6 +376,13 @@
"settings": { "settings": {
"fontStyle": "italic" "fontStyle": "italic"
} }
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"settings": {
"fontStyle": ""
}
}, },
{ {
"name": "Comment", "name": "Comment",

View file

@ -77,8 +77,6 @@
"list.deemphasizedForeground": "#7982a9", "list.deemphasizedForeground": "#7982a9",
"list.activeSelectionBackground": "#2c324a", "list.activeSelectionBackground": "#2c324a",
"quickInput.list.focusBackground": "#2c324a",
"list.activeSelectionForeground": "#a9b1d6", "list.activeSelectionForeground": "#a9b1d6",
"list.inactiveSelectionBackground": "#292e42", "list.inactiveSelectionBackground": "#292e42",
"list.inactiveSelectionForeground": "#a9b1d6", "list.inactiveSelectionForeground": "#a9b1d6",
@ -359,6 +357,13 @@
"settings": { "settings": {
"fontStyle": "italic" "fontStyle": "italic"
} }
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"settings": {
"fontStyle": ""
}
}, },
{ {
"name": "Comment", "name": "Comment",