style key binding to match atom dark

This commit is contained in:
Justin Palmer
2013-01-29 11:05:35 -08:00
parent 52c6243310
commit 72fd744330

View File

@@ -31,4 +31,8 @@
.command-palette ol .event-name {
background: rgba(0, 0, 0, .3);
color: #fff;
}
}
.command-palette ol .key-binding {
background: #fff;
}