diff --git a/extensions/defaults.json b/extensions/defaults.json index 45dab13..e0b64bb 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -35,7 +35,7 @@ "_folder_ci_open" ], "changelog": { - "lastversion": "1.6.0" + "lastversion": "2.0.0" }, "icons": { "theme": { diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index ee2a347..c302551 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -13,7 +13,7 @@ "focusBorder": "#FFFFFF", "guides": "#3B3F5150", "lineNumbers": "#3B3F5180", - "invisibles": "#80869E50", + "invisibles": "#FF00FF", "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 1d3caea..e127ded 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -595,7 +595,6 @@ "markup.quote punctuation.definition.blockquote.markdown" ], "settings": { - "background": "{{variant.scheme.invisibles}}", "foreground": "{{variant.scheme.invisibles}}" } }, @@ -671,7 +670,6 @@ ], "settings": { "fontStyle": "bold", - "background": "#00000050", "foreground": "{{variant.scheme.invisibles}}" } }, @@ -699,7 +697,7 @@ "editorLineNumber.activeForeground": "{{variant.scheme.sidebarForeground}}", "editorBracketMatch.border": "{{variant.scheme.caret}}50", "editorBracketMatch.background": "{{variant.scheme.background}}", - "editorWhitespace.foreground": "{{variant.scheme.foreground}}10", + "editorWhitespace.foreground": "{{variant.scheme.foreground}}40", "editor.background": "{{variant.scheme.background}}", "editor.foreground": "{{variant.scheme.foreground}}", "editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",