From efa31b82fac18c9edd41e4d1046256a7b951c1bb Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 6 Feb 2013 16:26:13 -0800 Subject: [PATCH] adjust command panel colors --- themes/atom-dark-ui/command-panel.css | 10 +++++----- themes/atom-dark-ui/editor.css | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/atom-dark-ui/command-panel.css b/themes/atom-dark-ui/command-panel.css index f3e8412cd..41a8343e7 100644 --- a/themes/atom-dark-ui/command-panel.css +++ b/themes/atom-dark-ui/command-panel.css @@ -1,15 +1,15 @@ .command-panel { - background-color: #303030; - border: 1px solid #252525; + background-color: #1b1c1e; + border: 1px solid rgba(255, 255, 255, 0.05); color: #dedede; } .command-panel .preview-list { - background-color: #1e1e1e; + background-color: #19191b; color: #C5C8C6; border: 1px solid rgba(0, 0, 0, 0.5); - border-bottom: 1px solid rgba(180, 180, 180, 0.2); - border-right: 1px solid rgba(180, 180, 180, 0.2); + border-bottom: 1px solid rgba(255, 255, 255, 0.05); + border-right: 1px solid rgba(255, 255, 255, 0.05); } .command-panel .preview-count { diff --git a/themes/atom-dark-ui/editor.css b/themes/atom-dark-ui/editor.css index 988ce68c9..27c26d81b 100644 --- a/themes/atom-dark-ui/editor.css +++ b/themes/atom-dark-ui/editor.css @@ -1,7 +1,7 @@ .editor.mini { - border: 1px solid rgba(0, 0, 0, 0.2); - border-bottom: 1px solid rgba(180, 180, 180, 0.1); - border-right: 1px solid rgba(180, 180, 180, 0.1); + border: 1px solid rgba(0, 0, 0, 0.5); + border-bottom: 1px solid rgba(255, 255, 255, 0.05); + border-right: 1px solid rgba(255, 255, 255, 0.05); } .editor .gutter.drop-shadow {