From 72fd744330a1f1b9e65c5ec54bce86bb0d3cf403 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 29 Jan 2013 11:05:35 -0800 Subject: [PATCH] style key binding to match atom dark --- themes/Atom - Light/command-palette.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/Atom - Light/command-palette.css b/themes/Atom - Light/command-palette.css index a3a00caf7..2e7dedd0c 100644 --- a/themes/Atom - Light/command-palette.css +++ b/themes/Atom - Light/command-palette.css @@ -31,4 +31,8 @@ .command-palette ol .event-name { background: rgba(0, 0, 0, .3); color: #fff; -} \ No newline at end of file +} + +.command-palette ol .key-binding { + background: #fff; +}