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; +}