chore: Update Ocean
This commit is contained in:
parent
a3b6e6284e
commit
ecb9dbe9e6
5 changed files with 16 additions and 16 deletions
|
@ -165,7 +165,7 @@
|
|||
"Light High Contrast": "#90A4AE",
|
||||
"Palenight": "#4E5579",
|
||||
"Palenight High Contrast": "#4E5579",
|
||||
"Ocean": "#3C425D"
|
||||
"Ocean": "#474C60"
|
||||
},
|
||||
"themeVariantsUITheme": {
|
||||
"Darker": "vs-dark",
|
||||
|
|
|
@ -12,7 +12,7 @@ enum Commands {
|
|||
}
|
||||
|
||||
const OPTIONS: IGenericObject<number> = {
|
||||
'🖍 Change accent color': Commands.ACCENTS,
|
||||
'🎨 Change accent color': Commands.ACCENTS,
|
||||
'🚧 Show changelog': Commands.CHANGELOG
|
||||
}
|
||||
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"category": "🎨 Material theme",
|
||||
"category": "Material Theme",
|
||||
"command": "material.theme.config",
|
||||
"title": "Settings"
|
||||
"title": "Configuration"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue