.repos-file-editor-with-margin-icon {
  /* Monaco 0.8.3 added green/red background coloring over the line numbers, which makes them harder
    to read and misaligns when adding discussions. This removes that gutter background coloring */ }
  .repos-file-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-insert,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-delete {
    background: transparent; }
  .repos-file-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .insert-sign,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .delete-sign {
    margin-left: 4px; }

.vs-highlight {
  background: #ffea7f; }

.vs-dark-highlight {
  background: brown; }
