You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a brief user story to clarify the different aspect of what is meant by template and theme,
As a user
I want to choose a theme that applies to the design of all slides of my presentation
So that I can ensure that the whole presentation has a consistent particular look
As a power user
I want to create my own theme(s)
So that I can ensure that the design of my presentations complies with my company's / organisation's corporate design
By design and look we mean consistent use of
a certain color palette
font(s)
and optionally other design elements
throughout all slides of a presentation
The chosen theme should be specified in the .md file through a text variable, not in the UI of the presentation viewer
koebel
changed the title
[feature] Add option to change the theme
[feature] Add option to change the theme and add custom theme
Mar 18, 2024
changing the OC theme from light to dark mode or vice versa shouldn't affect how the slides are rendered (background colour, font colour, etc. ), only UI elements of web.
see also #17 (comment)
Description
Currently, the slide's theme defaults to the white theme of revealjs. Add an option to choose the theme of user's choice.
Available slide themes in reveal:
beige
,black-contrast
,black
,blood
,dracula
,league
,moon
,night
,serif
,simple
,sky
,solarized
,white-contrast
,white
.Tasks to do
Adapt our slide's theme according to the dark and light theme of webshifted to [feature] Change slide theme according to oc web theme #17The text was updated successfully, but these errors were encountered: