Skip to content

Commit

Permalink
using beige theme in index01 and no theme for index00 #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Apr 20, 2024
1 parent 3cb11f0 commit 8167e83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion quarto/templates/slides/index00.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://quarto.org>
Expand Down
6 changes: 3 additions & 3 deletions quarto/templates/slides/index01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8167e83

Please sign in to comment.