Skip to content

Commit

Permalink
馃憣 IMPROVE: Highlight Color
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 18, 2018
1 parent feebd46 commit 7e6d8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions demo/js.js
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions themes/shades-of-purple-color-theme.json
Expand Up @@ -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",
Expand Down

0 comments on commit 7e6d8b4

Please sign in to comment.