parent
6992a38e1c
commit
43357cebe6
3 changed files with 3 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
||||||
"_folder_ci_open"
|
"_folder_ci_open"
|
||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "1.6.0"
|
"lastversion": "2.0.0"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"focusBorder": "#FFFFFF",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#3B3F5150",
|
"guides": "#3B3F5150",
|
||||||
"lineNumbers": "#3B3F5180",
|
"lineNumbers": "#3B3F5180",
|
||||||
"invisibles": "#80869E50",
|
"invisibles": "#FF00FF",
|
||||||
"lineHighlight": "#000000",
|
"lineHighlight": "#000000",
|
||||||
"selection": "#717CB450",
|
"selection": "#717CB450",
|
||||||
"shadow": "#00000030",
|
"shadow": "#00000030",
|
||||||
|
|
|
@ -595,7 +595,6 @@
|
||||||
"markup.quote punctuation.definition.blockquote.markdown"
|
"markup.quote punctuation.definition.blockquote.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "{{variant.scheme.invisibles}}",
|
|
||||||
"foreground": "{{variant.scheme.invisibles}}"
|
"foreground": "{{variant.scheme.invisibles}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -671,7 +670,6 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "bold",
|
"fontStyle": "bold",
|
||||||
"background": "#00000050",
|
|
||||||
"foreground": "{{variant.scheme.invisibles}}"
|
"foreground": "{{variant.scheme.invisibles}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -699,7 +697,7 @@
|
||||||
"editorLineNumber.activeForeground": "{{variant.scheme.sidebarForeground}}",
|
"editorLineNumber.activeForeground": "{{variant.scheme.sidebarForeground}}",
|
||||||
"editorBracketMatch.border": "{{variant.scheme.caret}}50",
|
"editorBracketMatch.border": "{{variant.scheme.caret}}50",
|
||||||
"editorBracketMatch.background": "{{variant.scheme.background}}",
|
"editorBracketMatch.background": "{{variant.scheme.background}}",
|
||||||
"editorWhitespace.foreground": "{{variant.scheme.foreground}}10",
|
"editorWhitespace.foreground": "{{variant.scheme.foreground}}40",
|
||||||
"editor.background": "{{variant.scheme.background}}",
|
"editor.background": "{{variant.scheme.background}}",
|
||||||
"editor.foreground": "{{variant.scheme.foreground}}",
|
"editor.foreground": "{{variant.scheme.foreground}}",
|
||||||
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
|
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
|
||||||
|
|
Loading…
Reference in a new issue