From d8ee4d9cf6ebb381c08b06ab71f6a03067db701f Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 24 Aug 2018 18:43:16 -0500 Subject: [PATCH] Rename 'dog' theme to 'Pop' --- app/javascript/styles/{dog-wider.scss => pop-wider.scss} | 0 app/javascript/styles/{dog.scss => pop.scss} | 0 config/locales/dog.yml | 4 ++-- config/locales/en.yml | 4 ++-- config/locales/lion.yml | 4 ++-- config/locales/squeak.yml | 4 ++-- config/themes.yml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) rename app/javascript/styles/{dog-wider.scss => pop-wider.scss} (100%) rename app/javascript/styles/{dog.scss => pop.scss} (100%) diff --git a/app/javascript/styles/dog-wider.scss b/app/javascript/styles/pop-wider.scss similarity index 100% rename from app/javascript/styles/dog-wider.scss rename to app/javascript/styles/pop-wider.scss diff --git a/app/javascript/styles/dog.scss b/app/javascript/styles/pop.scss similarity index 100% rename from app/javascript/styles/dog.scss rename to app/javascript/styles/pop.scss diff --git a/config/locales/dog.yml b/config/locales/dog.yml index c6ccf4d8b..03d368dc9 100644 --- a/config/locales/dog.yml +++ b/config/locales/dog.yml @@ -811,8 +811,8 @@ dog: themes: contrast: High contrast contrast-wider: High contrast (wider) - dog: Dog - dog-wider: Dog (wider) + pop: Pop + pop-wider: Pop (wider) mastodon: Mastodon mastodon-wider: Mastodon (wider) mastodon-light: Mastodon (light) diff --git a/config/locales/en.yml b/config/locales/en.yml index 664fbeef0..304f7bb47 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -811,8 +811,8 @@ en: themes: contrast: High contrast contrast-wider: High contrast (wider) - dog: Dog - dog-wider: Dog (wider) + pop: Pop + pop-wider: Pop (wider) mastodon: Mastodon mastodon-wider: Mastodon (wider) mastodon-light: Mastodon (light) diff --git a/config/locales/lion.yml b/config/locales/lion.yml index 328f3c2d9..37d472e6e 100644 --- a/config/locales/lion.yml +++ b/config/locales/lion.yml @@ -810,8 +810,8 @@ lion: themes: contrast: High contrast contrast-wider: High contrast (wider) - dog: Dog - dog-wider: Dog (wider) + pop: Pop + pop-wider: Pop (wider) mastodon: Mastodon mastodon-wider: Mastodon (wider) mastodon-light: Mastodon (light) diff --git a/config/locales/squeak.yml b/config/locales/squeak.yml index 6c294b358..236bb94a5 100644 --- a/config/locales/squeak.yml +++ b/config/locales/squeak.yml @@ -811,8 +811,8 @@ squeak: themes: contrast: High contrast contrast-wider: High contrast (wider) - dog: Dog - dog-wider: Dog (wider) + pop: Pop + pop-wider: Pop (wider) mastodon: Mastodon mastodon-wider: Mastodon (wider) mastodon-light: Mastodon (light) diff --git a/config/themes.yml b/config/themes.yml index 9b19f5b78..e50b11933 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,7 +1,7 @@ contrast: styles/contrast.scss contrast-wider: styles/contrast-wider.scss -dog-wider: styles/dog-wider.scss -dog: styles/dog.scss +pop-wider: styles/pop-wider.scss +pop: styles/pop.scss mastodon: styles/application.scss mastodon-wider: styles/mastodon-wider.scss mastodon-light: styles/mastodon-light.scss