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 Tokyo Night 'editor red'

This commit is contained in:
Kristi 2019-12-12 23:54:18 -05:00
parent d1cb9c34c2
commit 4552e0ef4a
2 changed files with 16 additions and 12 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # 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 ## 0.4.4
`2019-12-12` `2019-12-12`
- Brighten selection background - Brighten selection background

View file

@ -253,7 +253,7 @@
// "terminalCursor.foreground": "", // "terminalCursor.foreground": "",
"terminal.ansiBlack": "#0f0f14", "terminal.ansiBlack": "#0f0f14",
"terminal.ansiRed": "#f78f8f", "terminal.ansiRed": "#f7768e",
"terminal.ansiGreen": "#41a6b5", "terminal.ansiGreen": "#41a6b5",
"terminal.ansiYellow": "#e0af68", "terminal.ansiYellow": "#e0af68",
"terminal.ansiBlue": "#7aa2f7", "terminal.ansiBlue": "#7aa2f7",
@ -261,7 +261,7 @@
"terminal.ansiCyan": "#7dcfff", "terminal.ansiCyan": "#7dcfff",
"terminal.ansiWhite": "#787c99", "terminal.ansiWhite": "#787c99",
"terminal.ansiBrightBlack": "#0f0f14", "terminal.ansiBrightBlack": "#0f0f14",
"terminal.ansiBrightRed": "#f78f8f", "terminal.ansiBrightRed": "#f7768e",
"terminal.ansiBrightGreen": "#41a6b5", "terminal.ansiBrightGreen": "#41a6b5",
"terminal.ansiBrightYellow": "#e0af68", "terminal.ansiBrightYellow": "#e0af68",
"terminal.ansiBrightBlue": "#7aa2f7", "terminal.ansiBrightBlue": "#7aa2f7",
@ -456,7 +456,7 @@
"keyword.operator.rest" "keyword.operator.rest"
], ],
"settings": { "settings": {
"foreground": "#f78f8f", "foreground": "#f7768e",
"fontStyle": "bold" "fontStyle": "bold"
} }
}, },
@ -544,7 +544,7 @@
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -631,14 +631,14 @@
"name": "C-related Block Level Variables", "name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other", "scope": "source.cpp meta.block variable.other",
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
"name": "Other Variable", "name": "Other Variable",
"scope": "support.other.variable", "scope": "support.other.variable",
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -903,7 +903,7 @@
"name": "Language methods", "name": "Language methods",
"scope": "variable.language", "scope": "variable.language",
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -921,7 +921,7 @@
"keyword.other.this" "keyword.other.this"
], ],
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -996,7 +996,7 @@
"name": "Regular Expressions - Punctuation", "name": "Regular Expressions - Punctuation",
"scope": "punctuation.definition.group", "scope": "punctuation.definition.group",
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -1053,7 +1053,7 @@
"name": "CSS Units", "name": "CSS Units",
"scope": "keyword.other.unit", "scope": "keyword.other.unit",
"settings": { "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" "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": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {
@ -1390,7 +1390,7 @@
"name": "Apache Tag", "name": "Apache Tag",
"scope": "entity.tag.apacheconf", "scope": "entity.tag.apacheconf",
"settings": { "settings": {
"foreground": "#f78f8f" "foreground": "#f7768e"
} }
}, },
{ {