Files
atom/themes/atom-dark-ui/blurred.less

12 lines
132 B
Plaintext

@import "ui-colors";
.is-blurred {
.tree-view {
background-color: @background-color-1;
}
.tab {
opacity: 0.5;
}
}