From 8167e8373fbedd108d4a511722b36892ccc33737 Mon Sep 17 00:00:00 2001 From: mxochicale Date: Sat, 20 Apr 2024 19:57:49 +0100 Subject: [PATCH] using `beige` theme in index01 and no theme for index00 #28 --- quarto/templates/slides/index00.qmd | 2 +- quarto/templates/slides/index01.qmd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/quarto/templates/slides/index00.qmd b/quarto/templates/slides/index00.qmd index 486030f..c576565 100644 --- a/quarto/templates/slides/index00.qmd +++ b/quarto/templates/slides/index00.qmd @@ -11,7 +11,7 @@ format: controls-layout: bottom-right preview-links: auto logo: favicon.svg - theme: [default] + #theme: [default] #theme: [css/dark.scss] #css: [css/default.css] footer: diff --git a/quarto/templates/slides/index01.qmd b/quarto/templates/slides/index01.qmd index 33d47aa..54ff0b2 100644 --- a/quarto/templates/slides/index01.qmd +++ b/quarto/templates/slides/index01.qmd @@ -11,10 +11,10 @@ format: controls-layout: bottom-right preview-links: auto logo: favicon.svg - theme: white - #simple, serif, moon WORKS + theme: beige + #simple, serif, moon, white WORKS #dark, night DONT'WORK FOR ME - #beige, blood, sky, solarized + #blood, sky, solarized #css: #- css/default.css #- css/callouts-html.css