mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add tree view css for light ui
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
'buttons'
|
||||
'panels'
|
||||
'lists'
|
||||
'overlays'
|
||||
'editor'
|
||||
'tabs'
|
||||
'overlays'
|
||||
'tree-view'
|
||||
]
|
||||
|
||||
5
themes/atom-light-ui/tree-view.less
Normal file
5
themes/atom-light-ui/tree-view.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "ui-variables";
|
||||
|
||||
.tree-view {
|
||||
background-image: -webkit-linear-gradient(@tree-view-background-color, darken(@tree-view-background-color, 3%));
|
||||
}
|
||||
@@ -48,6 +48,9 @@
|
||||
@tab-background-color-active: @base-background-color;
|
||||
@tab-border-color: @base-border-color;
|
||||
|
||||
@tree-view-background-color: #e7eaf1;
|
||||
@tree-view-border-color: @base-border-color;
|
||||
|
||||
@ui-site-color-1: @background-color-success; // green
|
||||
@ui-site-color-2: @background-color-info; // blue
|
||||
@ui-site-color-3: @background-color-warning; // orange
|
||||
|
||||
Reference in New Issue
Block a user