From fcba61f2d1ba27314331fd8fcd6fb0ee9902c742 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 13 Feb 2013 16:55:42 -0800 Subject: [PATCH] use different color for path and operation --- static/command-panel.css | 1 + themes/atom-dark-ui/command-panel.css | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/command-panel.css b/static/command-panel.css index bac4b119d..75b7bfbe8 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -85,6 +85,7 @@ .command-panel .preview-list .operation { padding-top: 2px; padding-bottom: 2px; + padding-left: 10px; } .command-panel .preview-list .line-number { diff --git a/themes/atom-dark-ui/command-panel.css b/themes/atom-dark-ui/command-panel.css index beb471813..8e25aed1d 100644 --- a/themes/atom-dark-ui/command-panel.css +++ b/themes/atom-dark-ui/command-panel.css @@ -60,7 +60,7 @@ } .command-panel .preview-list .path { - color: #999; + color: #bbb; border-top: 1px solid rgba(255, 255, 255, 0.02); } @@ -98,6 +98,10 @@ color: #cca300; } +.command-panel .preview-list li.operation { + color: #777; +} + .command-panel .preview-list li.operation:hover, .command-panel li.operation.selected .preview { color: #fff;