diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss new file mode 100644 index 00000000..9b665b0f --- /dev/null +++ b/assets/scss/_styles_project.scss @@ -0,0 +1 @@ +@import 'td/code-dark'; \ No newline at end of file diff --git a/config.toml b/config.toml index 8da5792b..c094a82b 100644 --- a/config.toml +++ b/config.toml @@ -45,9 +45,9 @@ enableMissingTranslationPlaceholders = true unsafe= true [markup.highlight] - # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html + # Setting no default style; allows style to auto adjust between light and dark default markdown themes - style = "tango" + noClasses = false # Uncomment if you want your chosen highlight style used for code blocks without a specified language @@ -124,6 +124,10 @@ offlineSearchMaxResults = 10 [params.ui] +# Enable Visibility of Light/Dark Mode Toggle + +showLightDarkModeMenu = true + # Enable to show the side bar menu in its compact state. sidebar_menu_compact = true