mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Remove italics from YAML block scalar symbol
This commit is contained in:
parent
4aa61ff194
commit
d9f347d7f6
3 changed files with 21 additions and 6 deletions
|
@ -77,8 +77,6 @@
|
|||
"list.deemphasizedForeground":"#787c99",
|
||||
"list.activeSelectionBackground": "#202330",
|
||||
|
||||
"quickInput.list.focusBackground": "#202330",
|
||||
|
||||
"list.activeSelectionForeground": "#a9b1d6",
|
||||
"list.inactiveSelectionBackground": "#1c1d29",
|
||||
"list.inactiveSelectionForeground": "#a9b1d6",
|
||||
|
@ -360,6 +358,13 @@
|
|||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Fix YAML block scalar",
|
||||
"scope": "keyword.control.flow.block-scalar.literal",
|
||||
"settings": {
|
||||
"fontStyle": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comment",
|
||||
|
|
|
@ -73,8 +73,6 @@
|
|||
"list.deemphasizedForeground":"#4c505e",
|
||||
"list.activeSelectionBackground": "#d5d6db",
|
||||
|
||||
"quickInput.list.focusBackground": "#d5d6db",
|
||||
|
||||
"list.activeSelectionForeground": "#4c505e",
|
||||
"list.inactiveSelectionBackground": "#d5d6db",
|
||||
"list.inactiveSelectionForeground": "#4c505e",
|
||||
|
@ -378,6 +376,13 @@
|
|||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Fix YAML block scalar",
|
||||
"scope": "keyword.control.flow.block-scalar.literal",
|
||||
"settings": {
|
||||
"fontStyle": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comment",
|
||||
|
|
|
@ -77,8 +77,6 @@
|
|||
"list.deemphasizedForeground": "#7982a9",
|
||||
"list.activeSelectionBackground": "#2c324a",
|
||||
|
||||
"quickInput.list.focusBackground": "#2c324a",
|
||||
|
||||
"list.activeSelectionForeground": "#a9b1d6",
|
||||
"list.inactiveSelectionBackground": "#292e42",
|
||||
"list.inactiveSelectionForeground": "#a9b1d6",
|
||||
|
@ -359,6 +357,13 @@
|
|||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Fix YAML block scalar",
|
||||
"scope": "keyword.control.flow.block-scalar.literal",
|
||||
"settings": {
|
||||
"fontStyle": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comment",
|
||||
|
|
Loading…
Reference in a new issue