mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
just some theme polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.editor, .editor .gutter {
|
||||
background-color: #000000;
|
||||
background-color: #141414;
|
||||
color: #EDEDED;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
background: #333333;
|
||||
border-bottom: 4px solid #424242;
|
||||
font: caption;
|
||||
box-shadow: inset 0 -1px 0 #2e2e2e;
|
||||
box-shadow: inset 0 -1px 0 #2e2e2e, 0 1px 0 #191919;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.tree-view {
|
||||
background: #1e1e1e;
|
||||
border-right: 2px solid #191919;
|
||||
border-right: 1px solid #191919;
|
||||
}
|
||||
|
||||
.tree-view .entry {
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
background: #e3e3e3;
|
||||
border-bottom: 4px solid #e5e5e5;
|
||||
font: caption;
|
||||
box-shadow: inset 0 -1px 0 #959595;
|
||||
box-shadow: inset 0 -1px 0 #959595, 0 1px 0 #989898;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
||||
Reference in New Issue
Block a user