From 3e8d7fd5f8264ed5e59cbed5d2fb5572590ab774 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 22 Mar 2019 17:57:45 -0500 Subject: initial port of daggertooth!monsterpit themes --- app/javascript/skins/glitch/arachnia/common.scss | 1 + app/javascript/skins/glitch/arachnia/names.yml | 4 ++++ app/javascript/skins/glitch/orctober/common.scss | 1 + app/javascript/skins/glitch/orctober/names.yml | 4 ++++ app/javascript/skins/glitch/seadrake/common.scss | 1 + app/javascript/skins/glitch/seadrake/names.yml | 4 ++++ app/javascript/skins/glitch/tentacle/common.scss | 1 + app/javascript/skins/glitch/tentacle/names.yml | 4 ++++ 8 files changed, 20 insertions(+) create mode 100644 app/javascript/skins/glitch/arachnia/common.scss create mode 100644 app/javascript/skins/glitch/arachnia/names.yml create mode 100644 app/javascript/skins/glitch/orctober/common.scss create mode 100644 app/javascript/skins/glitch/orctober/names.yml create mode 100644 app/javascript/skins/glitch/seadrake/common.scss create mode 100644 app/javascript/skins/glitch/seadrake/names.yml create mode 100644 app/javascript/skins/glitch/tentacle/common.scss create mode 100644 app/javascript/skins/glitch/tentacle/names.yml (limited to 'app/javascript/skins') diff --git a/app/javascript/skins/glitch/arachnia/common.scss b/app/javascript/skins/glitch/arachnia/common.scss new file mode 100644 index 000000000..2b912ccf2 --- /dev/null +++ b/app/javascript/skins/glitch/arachnia/common.scss @@ -0,0 +1 @@ +@import 'flavours/glitch/styles/arachnia'; diff --git a/app/javascript/skins/glitch/arachnia/names.yml b/app/javascript/skins/glitch/arachnia/names.yml new file mode 100644 index 000000000..b714cc52d --- /dev/null +++ b/app/javascript/skins/glitch/arachnia/names.yml @@ -0,0 +1,4 @@ +en: + skins: + glitch: + arachnia: Arachnia diff --git a/app/javascript/skins/glitch/orctober/common.scss b/app/javascript/skins/glitch/orctober/common.scss new file mode 100644 index 000000000..4ce7355c9 --- /dev/null +++ b/app/javascript/skins/glitch/orctober/common.scss @@ -0,0 +1 @@ +@import 'flavours/glitch/styles/orctober'; diff --git a/app/javascript/skins/glitch/orctober/names.yml b/app/javascript/skins/glitch/orctober/names.yml new file mode 100644 index 000000000..a9b6256e1 --- /dev/null +++ b/app/javascript/skins/glitch/orctober/names.yml @@ -0,0 +1,4 @@ +en: + skins: + glitch: + orctober: Orctober diff --git a/app/javascript/skins/glitch/seadrake/common.scss b/app/javascript/skins/glitch/seadrake/common.scss new file mode 100644 index 000000000..0a06dc10f --- /dev/null +++ b/app/javascript/skins/glitch/seadrake/common.scss @@ -0,0 +1 @@ +@import 'flavours/glitch/styles/seadrake'; diff --git a/app/javascript/skins/glitch/seadrake/names.yml b/app/javascript/skins/glitch/seadrake/names.yml new file mode 100644 index 000000000..276a8f831 --- /dev/null +++ b/app/javascript/skins/glitch/seadrake/names.yml @@ -0,0 +1,4 @@ +en: + skins: + glitch: + seadrake: Seadrake diff --git a/app/javascript/skins/glitch/tentacle/common.scss b/app/javascript/skins/glitch/tentacle/common.scss new file mode 100644 index 000000000..3bb32992e --- /dev/null +++ b/app/javascript/skins/glitch/tentacle/common.scss @@ -0,0 +1 @@ +@import 'flavours/glitch/styles/tentacle'; diff --git a/app/javascript/skins/glitch/tentacle/names.yml b/app/javascript/skins/glitch/tentacle/names.yml new file mode 100644 index 000000000..9dde63430 --- /dev/null +++ b/app/javascript/skins/glitch/tentacle/names.yml @@ -0,0 +1,4 @@ +en: + skins: + glitch: + tentacle: Tentacle -- cgit