just some theme polish

This commit is contained in:
Jon Rohan 2013-01-31 22:33:11 -05:00
parent 54a2b48e90
commit d37f8de82d
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
.editor, .editor .gutter {
background-color: #000000;
background-color: #141414;
color: #EDEDED;
}

View File

@ -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 {

View File

@ -1,6 +1,6 @@
.tree-view {
background: #1e1e1e;
border-right: 2px solid #191919;
border-right: 1px solid #191919;
}
.tree-view .entry {

View File

@ -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 {