mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add pane styles to dark theme
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
'loading'
|
||||
'buttons'
|
||||
'panels'
|
||||
'panes'
|
||||
'lists'
|
||||
'editor'
|
||||
'tabs'
|
||||
|
||||
9
themes/atom-dark-ui/panes.less
Normal file
9
themes/atom-dark-ui/panes.less
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "ui-mixins";
|
||||
@import "ui-variables";
|
||||
@import "buttons";
|
||||
|
||||
.pane-item {
|
||||
.panel {
|
||||
border-color: fadeout(@inset-panel-border-color, 30%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user