mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update Tokyo Night 'editor red'
This commit is contained in:
parent
d1cb9c34c2
commit
4552e0ef4a
2 changed files with 16 additions and 12 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.4.5
|
||||
`2019-12-12`
|
||||
- Update Tokyo Night 'editor red' to use the same color as Tokyo Night Storm
|
||||
|
||||
## 0.4.4
|
||||
`2019-12-12`
|
||||
- Brighten selection background
|
||||
|
|
|
@ -253,7 +253,7 @@
|
|||
// "terminalCursor.foreground": "",
|
||||
|
||||
"terminal.ansiBlack": "#0f0f14",
|
||||
"terminal.ansiRed": "#f78f8f",
|
||||
"terminal.ansiRed": "#f7768e",
|
||||
"terminal.ansiGreen": "#41a6b5",
|
||||
"terminal.ansiYellow": "#e0af68",
|
||||
"terminal.ansiBlue": "#7aa2f7",
|
||||
|
@ -261,7 +261,7 @@
|
|||
"terminal.ansiCyan": "#7dcfff",
|
||||
"terminal.ansiWhite": "#787c99",
|
||||
"terminal.ansiBrightBlack": "#0f0f14",
|
||||
"terminal.ansiBrightRed": "#f78f8f",
|
||||
"terminal.ansiBrightRed": "#f7768e",
|
||||
"terminal.ansiBrightGreen": "#41a6b5",
|
||||
"terminal.ansiBrightYellow": "#e0af68",
|
||||
"terminal.ansiBrightBlue": "#7aa2f7",
|
||||
|
@ -456,7 +456,7 @@
|
|||
"keyword.operator.rest"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#f78f8f",
|
||||
"foreground": "#f7768e",
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
|
@ -544,7 +544,7 @@
|
|||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -631,14 +631,14 @@
|
|||
"name": "C-related Block Level Variables",
|
||||
"scope": "source.cpp meta.block variable.other",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Other Variable",
|
||||
"scope": "support.other.variable",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -903,7 +903,7 @@
|
|||
"name": "Language methods",
|
||||
"scope": "variable.language",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -921,7 +921,7 @@
|
|||
"keyword.other.this"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -996,7 +996,7 @@
|
|||
"name": "Regular Expressions - Punctuation",
|
||||
"scope": "punctuation.definition.group",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1053,7 +1053,7 @@
|
|||
"name": "CSS Units",
|
||||
"scope": "keyword.other.unit",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1390,7 +1390,7 @@
|
|||
"name": "Apache Tag",
|
||||
"scope": "entity.tag.apacheconf",
|
||||
"settings": {
|
||||
"foreground": "#f78f8f"
|
||||
"foreground": "#f7768e"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue