Skip to content

Commit

Permalink
👌 IMPROVE: Highlight Color
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 24, 2018
1 parent 4261943 commit fd29cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// The slection color battle starts here.
"editor.selectionBackground": "#b362ff88", // Color of the editor selection.
"editor.inactiveSelectionBackground": "#7580b8c0", // Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.
"editor.selectionHighlightBackground": "#7e46df54", // Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
"editor.selectionHighlightBackground": "#7e46df46", // Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
"editor.wordHighlightBackground": "#FFFFFF0D", // Same words other places.
"editor.wordHighlightStrongBackground": "#FFFFFF0D", // Cursor inside current vairable.
"editor.findMatchBackground": "#FF7200", // Color of the current search match.
Expand Down

0 comments on commit fd29cda

Please sign in to comment.