chore: Update Ocean

This commit is contained in:
Mattia Astorino 2018-04-22 12:26:47 +02:00
parent a3b6e6284e
commit ecb9dbe9e6
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
5 changed files with 16 additions and 16 deletions

View file

@ -165,7 +165,7 @@
"Light High Contrast": "#90A4AE", "Light High Contrast": "#90A4AE",
"Palenight": "#4E5579", "Palenight": "#4E5579",
"Palenight High Contrast": "#4E5579", "Palenight High Contrast": "#4E5579",
"Ocean": "#3C425D" "Ocean": "#474C60"
}, },
"themeVariantsUITheme": { "themeVariantsUITheme": {
"Darker": "vs-dark", "Darker": "vs-dark",

View file

@ -12,7 +12,7 @@ enum Commands {
} }
const OPTIONS: IGenericObject<number> = { const OPTIONS: IGenericObject<number> = {
'🖍 Change accent color': Commands.ACCENTS, '🎨 Change accent color': Commands.ACCENTS,
'🚧 Show changelog': Commands.CHANGELOG '🚧 Show changelog': Commands.CHANGELOG
} }

View file

@ -51,9 +51,9 @@
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
"category": "🎨 Material theme", "category": "Material Theme",
"command": "material.theme.config", "command": "material.theme.config",
"title": "Settings" "title": "Configuration"
} }
], ],
"configuration": { "configuration": {

View file

@ -3,17 +3,17 @@
"name": "Material-Theme-Ocean", "name": "Material-Theme-Ocean",
"type": "dark", "type": "dark",
"scheme": { "scheme": {
"background": "#11131C", "background": "#0F111A",
"backgroundAlt": "#11131C", "backgroundAlt": "#0F111A",
"contrastBorder": "#11131C", "contrastBorder": "#0F111A",
"comments": "#3C425D", "comments": "#3B3F51",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#FFCC00", "findHighlight": "#FFCC00",
"foreground": "#A6ACCD", "foreground": "#80869E",
"focusBorder": "#FFFFFF", "focusBorder": "#FFFFFF",
"guides": "#4E557980", "guides": "#3B3F51",
"lineNumbers": "#3C425D", "lineNumbers": "#3B3F5180",
"invisibles": "#4E5579", "invisibles": "#80869E50",
"lineHighlight": "#000000", "lineHighlight": "#000000",
"selection": "#717CB450", "selection": "#717CB450",
"shadow": "#00000030", "shadow": "#00000030",
@ -22,9 +22,9 @@
"inputBorder": "#FFFFFF10", "inputBorder": "#FFFFFF10",
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#676E95", "statusbarForeground": "#4B526D",
"sidebarBackground": "#292D3E", "sidebarBackground": "#292D3E",
"sidebarForeground": "#3C425D", "sidebarForeground": "#4B526D",
"listHoverForeground": "#FFFFFF", "listHoverForeground": "#FFFFFF",
"listHoverBackground": "#292D3E", "listHoverBackground": "#292D3E",
"tabActiveForeground": "#FFFFFF", "tabActiveForeground": "#FFFFFF",

View file

@ -696,7 +696,7 @@
"textLink.foreground": "{{commons.accents.Teal}}", "textLink.foreground": "{{commons.accents.Teal}}",
"textLink.activeForeground": "{{variant.scheme.foreground}}", "textLink.activeForeground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
"editorActiveLineNumber.foreground": "{{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}}10",
@ -816,6 +816,6 @@
"gitDecoration.conflictingResourceForeground": "{{variant.scheme.base.yellow}}90", "gitDecoration.conflictingResourceForeground": "{{variant.scheme.base.yellow}}90",
"gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90", "gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90",
"gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90", "gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90",
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90" "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
} }
} }