diff --git a/src/icons/partials/fileExtensions.js b/src/icons/partials/fileExtensions.js index ba7da95..2b006ff 100644 --- a/src/icons/partials/fileExtensions.js +++ b/src/icons/partials/fileExtensions.js @@ -55,8 +55,8 @@ "ico": "_file_image", "tif": "_file_image", "tiff": "_file_image", - "psd": "_file_image", - "psb": "_file_image", + "psd": "_file_psd", + "psb": "_file_psd", "ami": "_file_image", "apx": "_file_image", "bmp": "_file_image", diff --git a/src/icons/svgs/psd.svg b/src/icons/svgs/psd.svg new file mode 100644 index 0000000..4a82880 --- /dev/null +++ b/src/icons/svgs/psd.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svgs/swig.svg b/src/icons/svgs/swig.svg index 5e20edf..bbd8c0b 100644 --- a/src/icons/svgs/swig.svg +++ b/src/icons/svgs/swig.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/svgs/typescript.svg b/src/icons/svgs/typescript.svg index 67bfb63..4cc5af3 100755 --- a/src/icons/svgs/typescript.svg +++ b/src/icons/svgs/typescript.svg @@ -1,57 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index a9d7f5b..ee2a347 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -11,7 +11,7 @@ "findHighlight": "#FFCC00", "foreground": "#80869E", "focusBorder": "#FFFFFF", - "guides": "#3B3F51", + "guides": "#3B3F5150", "lineNumbers": "#3B3F5180", "invisibles": "#80869E50", "lineHighlight": "#000000", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index a0ffbb5..e89df01 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -817,5 +817,6 @@ "gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90", "gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90", "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90", + "peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70" } } \ No newline at end of file