From d37f8de82dd67654692a15a342acd5ce3e8c7251 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 31 Jan 2013 22:33:11 -0500 Subject: [PATCH] just some theme polish --- themes/atom-syntax-dark.css | 2 +- themes/atom-ui-dark/tabs.css | 3 ++- themes/atom-ui-dark/tree-view.css | 2 +- themes/atom-ui-light/tabs.css | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/atom-syntax-dark.css b/themes/atom-syntax-dark.css index d24fa1427..106adb27b 100644 --- a/themes/atom-syntax-dark.css +++ b/themes/atom-syntax-dark.css @@ -1,5 +1,5 @@ .editor, .editor .gutter { - background-color: #000000; + background-color: #141414; color: #EDEDED; } diff --git a/themes/atom-ui-dark/tabs.css b/themes/atom-ui-dark/tabs.css index 09942bec6..c30c9c1ad 100644 --- a/themes/atom-ui-dark/tabs.css +++ b/themes/atom-ui-dark/tabs.css @@ -2,7 +2,8 @@ background: #333333; border-bottom: 4px solid #424242; font: caption; - box-shadow: inset 0 -1px 0 #2e2e2e; + box-shadow: inset 0 -1px 0 #2e2e2e, 0 1px 0 #191919; + margin-bottom: 1px; } .tab { diff --git a/themes/atom-ui-dark/tree-view.css b/themes/atom-ui-dark/tree-view.css index ea27fd587..d8e69ab64 100644 --- a/themes/atom-ui-dark/tree-view.css +++ b/themes/atom-ui-dark/tree-view.css @@ -1,6 +1,6 @@ .tree-view { background: #1e1e1e; - border-right: 2px solid #191919; + border-right: 1px solid #191919; } .tree-view .entry { diff --git a/themes/atom-ui-light/tabs.css b/themes/atom-ui-light/tabs.css index 6b286ad61..9e909e32d 100644 --- a/themes/atom-ui-light/tabs.css +++ b/themes/atom-ui-light/tabs.css @@ -2,7 +2,8 @@ background: #e3e3e3; border-bottom: 4px solid #e5e5e5; font: caption; - box-shadow: inset 0 -1px 0 #959595; + box-shadow: inset 0 -1px 0 #959595, 0 1px 0 #989898; + margin-bottom: 1px; } .tab {