From 2c5611850b572c34be11101bff67754bd99c84f6 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 4 Jan 2016 04:08:25 -0500 Subject: [PATCH] Rename [theme-name].json to theme.json. --- themes/awesome/{awesome.json => theme.json} | 0 themes/compact/{compact.json => theme.json} | 0 themes/hello-world/{hello-world.json => theme.json} | 0 themes/minimist/{minimist.json => theme.json} | 0 themes/modern/{modern.json => theme.json} | 0 themes/positive/{positive.json => theme.json} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename themes/awesome/{awesome.json => theme.json} (100%) rename themes/compact/{compact.json => theme.json} (100%) rename themes/hello-world/{hello-world.json => theme.json} (100%) rename themes/minimist/{minimist.json => theme.json} (100%) rename themes/modern/{modern.json => theme.json} (100%) rename themes/positive/{positive.json => theme.json} (100%) diff --git a/themes/awesome/awesome.json b/themes/awesome/theme.json similarity index 100% rename from themes/awesome/awesome.json rename to themes/awesome/theme.json diff --git a/themes/compact/compact.json b/themes/compact/theme.json similarity index 100% rename from themes/compact/compact.json rename to themes/compact/theme.json diff --git a/themes/hello-world/hello-world.json b/themes/hello-world/theme.json similarity index 100% rename from themes/hello-world/hello-world.json rename to themes/hello-world/theme.json diff --git a/themes/minimist/minimist.json b/themes/minimist/theme.json similarity index 100% rename from themes/minimist/minimist.json rename to themes/minimist/theme.json diff --git a/themes/modern/modern.json b/themes/modern/theme.json similarity index 100% rename from themes/modern/modern.json rename to themes/modern/theme.json diff --git a/themes/positive/positive.json b/themes/positive/theme.json similarity index 100% rename from themes/positive/positive.json rename to themes/positive/theme.json