Skip to content

Instantly share code, notes, and snippets.

@hasefumi23
Last active April 24, 2019 11:03
Show Gist options
  • Select an option

  • Save hasefumi23/4bd3331b12e13200e3f1a5ab965de6d1 to your computer and use it in GitHub Desktop.

Select an option

Save hasefumi23/4bd3331b12e13200e3f1a5ab965de6d1 to your computer and use it in GitHub Desktop.
VS Code custom css for statusbar.
.monaco-workbench .statusbar-item>.monaco-dropdown.send-feedback>.dropdown-label.send-feedback {
background-color: #ffc600 !important;
}
.task-statusbar-item-label>.task-statusbar-item-label-info {
background-color: #ffc600 !important;
}
.task-statusbar-item-label>.task-statusbar-item-label-warning {
background-color: #ffc600 !important;
}
.task-statusbar-item-label>.task-statusbar-item-label-error {
background-color: #ffc600 !important;
}
.monaco-workbench .part.statusbar>.statusbar-item.left>:first-child, .monaco-workbench .part.statusbar>.statusbar-item.right>:first-child {
color: #ffc600;
}
.monaco-workbench .part.statusbar {
box-sizing: border-box;
cursor: default;
width: 100%;
height: 22px;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment