From 4cd220012197dcacc7a41f9c2c5d78f8151b88f9 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Thu, 31 Jan 2013 12:52:02 -0800 Subject: [PATCH] create a default config.json file with sane defaults --- .atom/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .atom/config.json diff --git a/.atom/config.json b/.atom/config.json new file mode 100644 index 000000000..3f2c5de32 --- /dev/null +++ b/.atom/config.json @@ -0,0 +1,11 @@ +{ + "editor": { + + }, + "core": { + "themes": [ + "Atom - Dark", + "IR_Black" + ] + } +} \ No newline at end of file