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

Add folded code and bracket pair theme colors

This commit is contained in:
Kristi 2021-11-16 14:37:40 -05:00
parent 9263023bdb
commit 2fd2ce0fd7
4 changed files with 52 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.8.2
`2021-11-16`
- Added folded code regions background color
- Added bracket pair colorization theme colors
## 0.8.1 ## 0.8.1
`2021-11-16` `2021-11-16`

View file

@ -127,9 +127,25 @@
"scrollbarSlider.hoverBackground": "#868bc410", "scrollbarSlider.hoverBackground": "#868bc410",
"scrollbarSlider.activeBackground": "#868bc422", "scrollbarSlider.activeBackground": "#868bc422",
"editorBracketHighlight.foreground1": "#698cd6", //"#7AA2F7",
"editorBracketHighlight.foreground2": "#68b3de", //"#7DCFFF",
"editorBracketHighlight.foreground3": "#9a7ecc", //"#BB9AF7",
"editorBracketHighlight.foreground4": "#25aac2", //"#2AC3DE",
"editorBracketHighlight.foreground5": "#80a856", //"#9ECE6A",
"editorBracketHighlight.foreground6": "#c49a5a", //"#e0af68",
"editorBracketHighlight.unexpectedBracket.foreground": "#db4b4b",
"editorBracketPairGuide.activeBackground1": "#698cd6",
"editorBracketPairGuide.activeBackground2": "#68b3de",
"editorBracketPairGuide.activeBackground3": "#9a7ecc",
"editorBracketPairGuide.activeBackground4": "#25aac2",
"editorBracketPairGuide.activeBackground5": "#80a856",
"editorBracketPairGuide.activeBackground6": "#c49a5a",
"selection.background": "#515c7e40", "selection.background": "#515c7e40",
"editor.background": "#1a1b26", "editor.background": "#1a1b26",
"editor.foreground": "#a9b1d6", "editor.foreground": "#a9b1d6",
"editor.foldBackground": "#16161e",
"editorLink.activeForeground": "#acb0d0", "editorLink.activeForeground": "#acb0d0",
"editor.selectionBackground": "#515c7e40", "editor.selectionBackground": "#515c7e40",

View file

@ -123,9 +123,25 @@
"scrollbarSlider.hoverBackground": "#90929620", "scrollbarSlider.hoverBackground": "#90929620",
"scrollbarSlider.activeBackground": "#90929632", "scrollbarSlider.activeBackground": "#90929632",
"editorBracketHighlight.foreground1": "#34548A",
"editorBracketHighlight.foreground2": "#34548A",
"editorBracketHighlight.foreground3": "#343B58",
"editorBracketHighlight.foreground4": "#166775",
"editorBracketHighlight.foreground5": "#485E30",
"editorBracketHighlight.foreground6": "#8F5E15",
"editorBracketHighlight.unexpectedBracket.foreground": "#bd4040",
"editorBracketPairGuide.activeBackground1": "#34548A",
"editorBracketPairGuide.activeBackground2": "#34548A",
"editorBracketPairGuide.activeBackground3": "#343B58",
"editorBracketPairGuide.activeBackground4": "#166775",
"editorBracketPairGuide.activeBackground5": "#485E30",
"editorBracketPairGuide.activeBackground6": "#8F5E15",
"selection.background": "#fafbff55", "selection.background": "#fafbff55",
"editor.background": "#d5d6db", "editor.background": "#d5d6db",
"editor.foreground": "#343b59", "editor.foreground": "#343b59",
"editor.foldBackground": "#cbccd1",
"editorLink.activeForeground": "#1f2335", "editorLink.activeForeground": "#1f2335",
"editor.selectionBackground": "#fafbff40", "editor.selectionBackground": "#fafbff40",

View file

@ -127,9 +127,25 @@
"scrollbarSlider.hoverBackground": "#9cacff10", "scrollbarSlider.hoverBackground": "#9cacff10",
"scrollbarSlider.activeBackground": "#9cacff22", "scrollbarSlider.activeBackground": "#9cacff22",
"editorBracketHighlight.foreground1": "#698cd6", //"#7AA2F7",
"editorBracketHighlight.foreground2": "#68b3de", //"#7DCFFF",
"editorBracketHighlight.foreground3": "#9a7ecc", //"#BB9AF7",
"editorBracketHighlight.foreground4": "#25aac2", //"#2AC3DE",
"editorBracketHighlight.foreground5": "#80a856", //"#9ECE6A",
"editorBracketHighlight.foreground6": "#cfa25f", //"#e0af68",
"editorBracketHighlight.unexpectedBracket.foreground": "#db4b4b",
"editorBracketPairGuide.activeBackground1": "#698cd6",
"editorBracketPairGuide.activeBackground2": "#68b3de",
"editorBracketPairGuide.activeBackground3": "#9a7ecc",
"editorBracketPairGuide.activeBackground4": "#25aac2",
"editorBracketPairGuide.activeBackground5": "#80a856",
"editorBracketPairGuide.activeBackground6": "#cfa25f",
"selection.background": "#6f7bb635", "selection.background": "#6f7bb635",
"editor.background": "#24283b", "editor.background": "#24283b",
"editor.foreground": "#a9b1d6", "editor.foreground": "#a9b1d6",
"editor.foldBackground": "#1f2335",
"editorLink.activeForeground": "#a9b1d6", "editorLink.activeForeground": "#a9b1d6",
"editor.selectionBackground": "#6f7bb630", "editor.selectionBackground": "#6f7bb630",