diff --git a/demo/js.js b/demo/js.js index 81261ae..ba0250e 100644 --- a/demo/js.js +++ b/demo/js.js @@ -8,12 +8,12 @@ * @return bye */ -const hello = "Hey, hello there"; +const hello = 'Hey, hello there there there there'; class vsc extends React.Component {} -const ahmad = function () {}; -let awais = function () {}; +const ahmad = function() {}; +let awais = function() {}; awais = 01; const ahmad = 100; diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index 59a2fc5..f11fb91 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -66,8 +66,8 @@ "editor.wordHighlightBackground": "#FFFFFF0D", // Same words other places. "editor.wordHighlightStrongBackground": "#FFFFFF0D", // Cursor inside current vairable. "editor.findMatchBackground": "#FF7200", // Color of the current search match. - "editor.findMatchHighlightBackground": "#ff730056", // Color of the other search matches.The color must not be opaque to not hide underlying decorations. - "editor.findRangeHighlightBackground": "#ff730056", // No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations. + "editor.findMatchHighlightBackground": "#ffff0336", // #ff730056 Color of the other search matches.The color must not be opaque to not hide underlying decorations. + "editor.findRangeHighlightBackground": "#ffff0336", // #ff730056 No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations. "editor.hoverHighlightBackground": "#ff730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations "editor.lineHighlightBackground": "#1F1F41", // Current line of code. Background color for the highlight of line at the cursor position. "editor.lineHighlightBorder": "#1F1F41",