Skip to content

Commit

Permalink
Better contrast for lineHilight and find microsoft#9631
Browse files Browse the repository at this point in the history
  • Loading branch information
bgashler1 committed Aug 25, 2016
1 parent 2f2d650 commit 0a90deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vs/editor/browser/widget/media/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@

/* -------------------- Highlight a line -------------------- */

.monaco-editor.vs .lineHighlight { background: rgba(253, 255, 0, 0.2); }
.monaco-editor.vs-dark .lineHighlight { background: rgba(243, 240, 245, 0.2); }
.monaco-editor.hc-black .lineHighlight { background: rgba(243, 240, 245, 0.2); }
.monaco-editor.vs .lineHighlight { background: rgba(0, 0, 0, 0.067); }
.monaco-editor.vs-dark .lineHighlight { background: rgba(255, 255, 255, 0.044); }
.monaco-editor.hc-black .lineHighlight { border: 1px dotted #f38518; }

/* -------------------- Squigglies -------------------- */

Expand Down

0 comments on commit 0a90deb

Please sign in to comment.