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

Update markup colors

This commit is contained in:
Kristi 2019-10-27 22:00:17 -04:00
parent 712eb6c4df
commit ba0f143eba
2 changed files with 12 additions and 30 deletions

View file

@ -936,32 +936,23 @@
},
{
"name": "Inserted",
"scope": [
"markup.inserted",
"markup.inserted.git_gutter"
],
"scope": "markup.inserted",
"settings": {
"foreground": "#9ece6a"
"foreground": "#449dab"
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted",
"markup.deleted.git_gutter"
],
"scope":"markup.deleted",
"settings": {
"foreground": "#FF5370"
"foreground": "#914c54"
}
},
{
"name": "Changed",
"scope": [
"markup.changed",
"markup.changed.git_gutter"
],
"scope": "markup.changed",
"settings": {
"foreground": "#bb9af7"
"foreground": "#6183bb"
}
},
{

View file

@ -936,32 +936,23 @@
},
{
"name": "Inserted",
"scope": [
"markup.inserted",
"markup.inserted.git_gutter"
],
"scope": "markup.inserted",
"settings": {
"foreground": "#9ece6a"
"foreground": "#449dab"
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted",
"markup.deleted.git_gutter"
],
"scope":"markup.deleted",
"settings": {
"foreground": "#FF5370"
"foreground": "#914c54"
}
},
{
"name": "Changed",
"scope": [
"markup.changed",
"markup.changed.git_gutter"
],
"scope": "markup.changed",
"settings": {
"foreground": "#bb9af7"
"foreground": "#6183bb"
}
},
{