mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +01:00
bc11d0e0a4
In the post-empty-panes world, there will always be a single root pane, so the true background of workspace will never be visible.
21 lines
344 B
Plaintext
21 lines
344 B
Plaintext
@import "ui-mixins";
|
|
@import "ui-variables";
|
|
@import "buttons";
|
|
|
|
.pane-item {
|
|
.panel {
|
|
border-color: fadeout(@inset-panel-border-color, 30%);
|
|
}
|
|
}
|
|
|
|
.panes {
|
|
.pane {
|
|
background-color: @app-background-color;
|
|
}
|
|
|
|
.pane-row .pane {
|
|
border-right: 1px solid @pane-item-border-color;
|
|
&:last-child { border-right: none; }
|
|
}
|
|
}
|