updating default config.json to use atom-dark-ui and atom-dark-syntax

This commit is contained in:
Jon Rohan
2013-02-01 14:42:49 -05:00
parent b9b3daba77
commit a7b28f0dec

View File

@@ -4,8 +4,8 @@
},
"core": {
"themes": [
"Atom - Dark",
"IR_Black"
"atom-dark-ui",
"atom-dark-syntax"
]
}
}