-
Notifications
You must be signed in to change notification settings - Fork 0
Theme Setting
The Theme Setting
gives you the ability to associate a fixed visual theme with your slideshow presentation.
GitPitch supports six distinct visual themes that change the font, colors, spacing etc. of the slide content rendered within a slideshow presentation. The supported themes are named black
, moon
, night
, beige
, sky
, and white
respectively.
By default, GitPitch slideshows are rendered using the white
theme. However, you can easily preview your presentation using any of the supported themes using the Theme Switcher
available on your slideshow presentation webpage:
Using the Theme Setting
you can specify the use of a fixed theme for your slideshow using the theme
property in the corresponding PITCHME.yaml.
For example, to assign the moon
theme as the fixed Theme Setting
for your slideshow presentation, just add the following entry to your PITCHME.yaml file:
theme : moon
As soon as the PITCHME.yaml is pushed to your Git repo your slideshow will be rendered using the moon
theme.
If a
Theme Setting
has been specified in PITCHME.yaml, the theme switcher on the slideshow presentation webpage can no longer be used to override this setting.
####GitPitch Wiki TOC
####Slideshow Basics
####Slideshow Slide Types
####Slideshow Look and Feel
- Slideshow Settings
- Theme Setting
- Background Setting
- Logo Setting
- Highlight Setting
- Math Notation Setting
- Vertical Center Setting
- Slideshow Custom CSS
####Slideshow Behavior
####Slideshow Controls
####GitPitch Social
####Appendix