share fuzzy-finder styles between dark and light

This commit is contained in:
Justin Palmer 2013-02-04 09:39:55 -08:00
parent c5cdda4e00
commit 3fcb7888cc
5 changed files with 3 additions and 46 deletions

View File

@ -117,6 +117,7 @@ requireStylesheet 'atom.css'
requireStylesheet 'tabs.css'
requireStylesheet 'tree-view.css'
requireStylesheet 'command-panel.css'
requireStylesheet 'fuzzy-finder.css'
requireStylesheet 'overlay.css'
requireStylesheet 'popover-list.css'
requireStylesheet 'notification.css'

View File

@ -1,5 +1,5 @@
.fuzzy-finder .directory {
color: rgba(255, 255, 255, 0.4);
color: rgba(0, 0, 0, 0.5);
word-break: break-word;
margin-left: 5px;
line-height: 150%;
@ -13,7 +13,7 @@
margin-right: 5px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
color: #ccc;
color: #9d9d9d;
}
.fuzzy-finder .file.text-name:before {

View File

@ -7,7 +7,6 @@
"tabs.css",
"status-bar.css",
"markdown-preview.css",
"fuzzy-finder.css",
"command-panel.css",
"command-logger.css"
]

View File

@ -1,42 +0,0 @@
.fuzzy-finder ol {
overflow: hidden;
-webkit-user-select: none;
cursor: default;
}
.fuzzy-finder ol:empty {
margin-bottom: 0;
border: none;
}
.fuzzy-finder .directory {
color: #b2b2b2;
padding-left: .5em;
}
.fuzzy-finder .file:before {
font-family: 'Octicons Regular';
font-size: 16px;
width: 16px;
height: 16px;
margin-right: 5px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
color: #9d9d9d;
}
.fuzzy-finder .file.text-name:before {
content: "\f011";
}
.fuzzy-finder .file.image-name:before {
content: "\f012";
}
.fuzzy-finder .file.compressed-name:before {
content: "\f013";
}
.fuzzy-finder .file.pdf-name:before {
content: "\f014";
}

View File

@ -7,7 +7,6 @@
"tabs.css",
"status-bar.css",
"markdown-preview.css",
"fuzzy-finder.css",
"command-panel.css",
"command-logger.css"
]