From 51ec4d3285b5e6c9a25c5cd3308609c868655578 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 13 Aug 2013 17:31:35 -0700 Subject: [PATCH] Use a few colors in the themes. --- themes/atom-dark-ui/atom.less | 4 +++- themes/atom-light-ui/atom.less | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/atom-dark-ui/atom.less b/themes/atom-dark-ui/atom.less index d7409130b..00517f874 100644 --- a/themes/atom-dark-ui/atom.less +++ b/themes/atom-dark-ui/atom.less @@ -1,7 +1,9 @@ +@import "colors"; + html, body, #root-view { font: caption; - background-color: #333333; + background-color: @background-color-1; } #root-view #panes .row > * + * { diff --git a/themes/atom-light-ui/atom.less b/themes/atom-light-ui/atom.less index f7685251d..00517f874 100644 --- a/themes/atom-light-ui/atom.less +++ b/themes/atom-light-ui/atom.less @@ -1,7 +1,9 @@ +@import "colors"; + html, body, #root-view { font: caption; - background-color: #f4f4f4; + background-color: @background-color-1; } #root-view #panes .row > * + * {