diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69a6a2e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/themes/custom-learn2-dark/.sass-cache/ diff --git a/themes/custom-learn2-dark/css-compiled/theme.css b/themes/custom-learn2-dark/css-compiled/theme.css new file mode 100644 index 0000000..5fcfe68 --- /dev/null +++ b/themes/custom-learn2-dark/css-compiled/theme.css @@ -0,0 +1,5 @@ +body { + background: #111111; + color: #dddddd; } + +/*# sourceMappingURL=theme.css.map */ diff --git a/themes/custom-learn2-dark/css-compiled/theme.css.map b/themes/custom-learn2-dark/css-compiled/theme.css.map new file mode 100644 index 0000000..15ac5da --- /dev/null +++ b/themes/custom-learn2-dark/css-compiled/theme.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAAA,IAAK;EACJ,UAAU,ECGI,OAAO;EDFrB,KAAK,ECDW,OAAO", +"sources": ["../scss/theme/_core.scss","../scss/configuration/theme/_colors.scss"], +"names": [], +"file": "theme.css" +} \ No newline at end of file diff --git a/themes/custom-learn2-dark/scss.sh b/themes/custom-learn2-dark/scss.sh new file mode 100644 index 0000000..4a386d1 --- /dev/null +++ b/themes/custom-learn2-dark/scss.sh @@ -0,0 +1,2 @@ +#!/bin/sh +scss --watch scss:css-compiled diff --git a/themes/custom-learn2-dark/scss/configuration/theme/_base.scss b/themes/custom-learn2-dark/scss/configuration/theme/_base.scss new file mode 100644 index 0000000..119b449 --- /dev/null +++ b/themes/custom-learn2-dark/scss/configuration/theme/_base.scss @@ -0,0 +1,2 @@ +// Colors +@import "colors"; diff --git a/themes/custom-learn2-dark/scss/theme.scss b/themes/custom-learn2-dark/scss/theme.scss new file mode 100644 index 0000000..805eb93 --- /dev/null +++ b/themes/custom-learn2-dark/scss/theme.scss @@ -0,0 +1,12 @@ +// REQUIRED DEPENDENCIES - DO NOT CHANGE + +// Load Template Configuration +@import "configuration/theme/base"; + +//------------------------------------------- + +// TEMPLATE COMPONENTS + +// Core +@import "theme/core"; +