diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-03-22 17:57:45 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:21 -0500 |
commit | 3e8d7fd5f8264ed5e59cbed5d2fb5572590ab774 (patch) | |
tree | 6612dd2774b600e1926d5a0c0cebc5bb358c784b /app/javascript/skins | |
parent | 475ef8bbf165555e670a3b573a461bb615fadf07 (diff) |
initial port of daggertooth!monsterpit themes
Diffstat (limited to 'app/javascript/skins')
-rw-r--r-- | app/javascript/skins/glitch/arachnia/common.scss | 1 | ||||
-rw-r--r-- | app/javascript/skins/glitch/arachnia/names.yml | 4 | ||||
-rw-r--r-- | app/javascript/skins/glitch/orctober/common.scss | 1 | ||||
-rw-r--r-- | app/javascript/skins/glitch/orctober/names.yml | 4 | ||||
-rw-r--r-- | app/javascript/skins/glitch/seadrake/common.scss | 1 | ||||
-rw-r--r-- | app/javascript/skins/glitch/seadrake/names.yml | 4 | ||||
-rw-r--r-- | app/javascript/skins/glitch/tentacle/common.scss | 1 | ||||
-rw-r--r-- | app/javascript/skins/glitch/tentacle/names.yml | 4 |
8 files changed, 20 insertions, 0 deletions
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 |