From 4aeb2168a1568f3062f285bce217430290701634 Mon Sep 17 00:00:00 2001 From: cristiano Date: Tue, 29 Dec 2020 11:39:53 +0000 Subject: =?UTF-8?q?Updated=20file=20structure=20in=20readme=20=F0=9F=93=96?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 5 +++-- docs/theme-templates-guide.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 525e5c0..fc1d614 100644 --- a/docs/README.md +++ b/docs/README.md @@ -84,8 +84,9 @@ $danger_color: #d62646; $warning_color: #ffaa00; @import "../@theme-base/styles"; -// @import "../@theme-base/full"; -// Please do not remove the import above, add overrides and other partials below this line. +@import "../@theme-base/dark_mode"; + +// Please do not remove the imports above, add overrides and other partials below this line. ``` The snippet will change the colors of the elements across the theme. However, you can extend or override the theme further by adding changes to `_override.scss`. Additionally, [custom partials can be added](https://sass-lang.com/guide). You can refer to [the guide on editing theme templates](./theme-templates-guide.md) for more information on customizing themes. diff --git a/docs/theme-templates-guide.md b/docs/theme-templates-guide.md index 4c1c91a..b404701 100644 --- a/docs/theme-templates-guide.md +++ b/docs/theme-templates-guide.md @@ -58,8 +58,9 @@ Override styles will be scoped to your theme only. The [Ochin theme can be consu // Color variables here... @import "../@theme-base/styles"; -// @import "../@theme-base/full"; -// Please do not remove the import above, add overrides and other partials below this line. +@import "../@theme-base/dark_mode"; + +// Please do not remove the imports above, add overrides and other partials below this line. @import 'override'; ``` -- cgit v1.2.3