Add high contrast icon for editor layout

This commit is contained in:
Miguel Solorio 2019-07-01 09:08:53 -07:00
parent 885cabf577
commit 151092d881

View file

@ -11,6 +11,10 @@
background-image: url('layout-dark.svg');
}
.hc-black .monaco-workbench .flip-editor-layout {
background-image: url('layout-hc.svg');
}
.vs .action-remove-from-recently-opened {
background: url("remove-light.svg") center center no-repeat;
}