diff --git a/themes/atom-dark-ui/command-panel.css b/themes/atom-dark-ui/command-panel.css index 5eef93fdc..49b05eb0d 100644 --- a/themes/atom-dark-ui/command-panel.css +++ b/themes/atom-dark-ui/command-panel.css @@ -103,6 +103,3 @@ .command-panel li.operation.selected .preview { color: #fff; } - { - color: #fff; -} diff --git a/themes/atom-light-ui/command-panel.css b/themes/atom-light-ui/command-panel.css index 49322cbc4..ce801805d 100644 --- a/themes/atom-light-ui/command-panel.css +++ b/themes/atom-light-ui/command-panel.css @@ -94,8 +94,5 @@ .command-panel .preview-list li.operation:hover, .command-panel li.operation.selected .preview { - color: #fff; -} - { - color: #fff; + color: #333; }