From a7b28f0dece35e06f8a6845750f981e35e254ba5 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Fri, 1 Feb 2013 14:42:49 -0500 Subject: [PATCH] updating default config.json to use atom-dark-ui and atom-dark-syntax --- .atom/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.atom/config.json b/.atom/config.json index f6b59770b..50770e810 100644 --- a/.atom/config.json +++ b/.atom/config.json @@ -4,8 +4,8 @@ }, "core": { "themes": [ - "Atom - Dark", - "IR_Black" + "atom-dark-ui", + "atom-dark-syntax" ] } }