Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-11-01 16:55:01 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-11-01 17:18:41 +0300
commita29ab3e94dd68b890617c83f4f602d1ae6cb36b1 (patch)
treed3dcd9f961fb697ebd3e05aa023efe5698c19752
parentf90a4eec7c1c42d29df8dc7793acf945e72a1b82 (diff)
feat(themes): add new version of `dedark` theme
The dedark theme is a word-playing ancestor of the default delight theme with darker colors, but overall similar/same visuals.
-rw-r--r--assets/sass/themes/dedark/_colors.scss (renamed from assets/sass/themes/dedark-colors.scss)2
-rw-r--r--assets/sass/themes/dedark/_custom.scss1
-rw-r--r--assets/sass/themes/dedark/_fontface.scss1
3 files changed, 3 insertions, 1 deletions
diff --git a/assets/sass/themes/dedark-colors.scss b/assets/sass/themes/dedark/_colors.scss
index aa39532..2d05152 100644
--- a/assets/sass/themes/dedark-colors.scss
+++ b/assets/sass/themes/dedark/_colors.scss
@@ -5,5 +5,5 @@ $secondary-bg-color: #000303;
$accent-color: #0097A7;
$alt-text-color: $button-bg-color;
-@import "color-map-dark";
+@import "../color-map-dark";
$gallery-modal-close-color: #2F4858; \ No newline at end of file
diff --git a/assets/sass/themes/dedark/_custom.scss b/assets/sass/themes/dedark/_custom.scss
new file mode 100644
index 0000000..5bc424c
--- /dev/null
+++ b/assets/sass/themes/dedark/_custom.scss
@@ -0,0 +1 @@
+@import "../delight/custom" \ No newline at end of file
diff --git a/assets/sass/themes/dedark/_fontface.scss b/assets/sass/themes/dedark/_fontface.scss
new file mode 100644
index 0000000..de016dd
--- /dev/null
+++ b/assets/sass/themes/dedark/_fontface.scss
@@ -0,0 +1 @@
+@import "../delight/fontface"; \ No newline at end of file