From 595f6a975fa2bb9003afbbf4f2b530b303e2a3ef Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 14 Aug 2013 10:49:48 -0700 Subject: [PATCH] import the right colors file --- themes/atom-dark-ui/atom.less | 2 +- themes/atom-light-ui/atom.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/atom-dark-ui/atom.less b/themes/atom-dark-ui/atom.less index 00517f874..12a4d51ca 100644 --- a/themes/atom-dark-ui/atom.less +++ b/themes/atom-dark-ui/atom.less @@ -1,4 +1,4 @@ -@import "colors"; +@import "ui-colors"; html, body, #root-view { diff --git a/themes/atom-light-ui/atom.less b/themes/atom-light-ui/atom.less index 00517f874..12a4d51ca 100644 --- a/themes/atom-light-ui/atom.less +++ b/themes/atom-light-ui/atom.less @@ -1,4 +1,4 @@ -@import "colors"; +@import "ui-colors"; html, body, #root-view {