diff --git a/extensions/defaults.json b/extensions/defaults.json index d07a0ff..40a5b51 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -165,7 +165,7 @@ "Light High Contrast": "#90A4AE", "Palenight": "#4E5579", "Palenight High Contrast": "#4E5579", - "Ocean": "#3C425D" + "Ocean": "#474C60" }, "themeVariantsUITheme": { "Darker": "vs-dark", diff --git a/extensions/material.theme.config.ts b/extensions/material.theme.config.ts index e35da83..53bdf38 100644 --- a/extensions/material.theme.config.ts +++ b/extensions/material.theme.config.ts @@ -12,7 +12,7 @@ enum Commands { } const OPTIONS: IGenericObject = { - '🖍 Change accent color': Commands.ACCENTS, + '🎨 Change accent color': Commands.ACCENTS, '🚧 Show changelog': Commands.CHANGELOG } diff --git a/package.json b/package.json index f14ed1d..8a0d05a 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ "contributes": { "commands": [ { - "category": "🎨 Material theme", + "category": "Material Theme", "command": "material.theme.config", - "title": "Settings" + "title": "Configuration" } ], "configuration": { diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index d8e9ece..a9d7f5b 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -3,17 +3,17 @@ "name": "Material-Theme-Ocean", "type": "dark", "scheme": { - "background": "#11131C", - "backgroundAlt": "#11131C", - "contrastBorder": "#11131C", - "comments": "#3C425D", + "background": "#0F111A", + "backgroundAlt": "#0F111A", + "contrastBorder": "#0F111A", + "comments": "#3B3F51", "caret": "#FFCC00", "findHighlight": "#FFCC00", - "foreground": "#A6ACCD", + "foreground": "#80869E", "focusBorder": "#FFFFFF", - "guides": "#4E557980", - "lineNumbers": "#3C425D", - "invisibles": "#4E5579", + "guides": "#3B3F51", + "lineNumbers": "#3B3F5180", + "invisibles": "#80869E50", "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", @@ -22,9 +22,9 @@ "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", "scrollbarsHover": "#00000030", - "statusbarForeground": "#676E95", + "statusbarForeground": "#4B526D", "sidebarBackground": "#292D3E", - "sidebarForeground": "#3C425D", + "sidebarForeground": "#4B526D", "listHoverForeground": "#FFFFFF", "listHoverBackground": "#292D3E", "tabActiveForeground": "#FFFFFF", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 51ad483..a0ffbb5 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -696,7 +696,7 @@ "textLink.foreground": "{{commons.accents.Teal}}", "textLink.activeForeground": "{{variant.scheme.foreground}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", - "editorActiveLineNumber.foreground": "{{variant.scheme.sidebarForeground}}", + "editorLineNumber.activeForeground": "{{variant.scheme.sidebarForeground}}", "editorBracketMatch.border": "{{variant.scheme.caret}}50", "editorBracketMatch.background": "{{variant.scheme.background}}", "editorWhitespace.foreground": "{{variant.scheme.foreground}}10", @@ -816,6 +816,6 @@ "gitDecoration.conflictingResourceForeground": "{{variant.scheme.base.yellow}}90", "gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90", "gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90", - "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90" + "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90", } } \ No newline at end of file