Customizing Slides
Make your slides unique with colors and special effects! ๐จ
Changing Colorsโ
Your Brand Color (Background)โ
Every presentation needs colors! Let's set yours:
- Look at the top navigation bar
- Find the color picker (colored circle)
- Click it
- Choose your color
- Watch all slides update! โจ
Use your company or personal brand color for professional look!
How It Worksโ
When you pick a color:
- Background becomes your chosen color
- Text color automatically adjusts for readability
- All slides update at once
Example:
- Pick blue โ slides get blue background, white text
- Pick yellow โ slides get yellow background, dark text
Slidepicker automatically chooses black or white text based on your background color!
Slide Modifiersโ
Modifiers are special commands that change how a slide looks. They're like "magic words!" ๐ช
Where to Put Modifiersโ
Put modifiers at the start of a slide, before your content:
<!-- modifier-name -->
# Your Slide Title
Your content here
Black Backgroundโ
Make a slide stand out with a black background!
<!-- black -->
# Important Announcement
This slide has a black background with white text
When to use:
- Emphasis slides
- Important quotes
- Section dividers
- Dramatic effect
White Backgroundโ
Force a slide to be white (even if you chose a different brand color):
<!-- white -->
# Clean and Simple
This slide stays white and clean
When to use:
- Professional screenshots
- Minimalist slides
- High-contrast needs
Invert Colorsโ
Flip the colors! Background becomes text color, text becomes background color:
<!-- invert -->
# Opposite Day
If your slides are blue with white text,
this one will be white with blue text!
When to use:
- Variety in long presentations
- Emphasize certain slides
- Visual breaks
Extra Large Text (XL)โ
Make ALL text on a slide 70% bigger:
<!-- xl -->
# BIG Impact
Even this text is bigger!
* Bullet points too
* Everything scales up
When to use:
- Far-away audience
- Key messages
- Short, impactful slides
- Normal: 100%
- XL: 170%
2X Large Textโ
Make ALL text 90% bigger:
<!-- 2xl -->
# BIGGER Impact
This is even larger!
When to use:
- Very important slides
- Title slides
- Conference halls
- Normal: 100%
- 2XL: 190%
3X Large Textโ
Make ALL text 120% bigger (HUGE!):
<!-- 3xl -->
# BIGGEST Impact!
Maximum size!
When to use:
- Sparingly! Only for maximum effect
- Single word or phrase
- Huge venues
Very large text works best with short content!
Combining Modifiersโ
You can use multiple modifiers on the same slide!
Example 1: Black + Extra Largeโ
<!-- black -->
<!-- xl -->
# POWERFUL MESSAGE
This slide is dramatic!
Example 2: Invert + 2X Largeโ
<!-- invert -->
<!-- 2xl -->
# Stand Out
Different colors + bigger text
Example 3: White + XL + Imageโ
<!-- white -->
<!-- xl -->
<!-- image-url: https://example.com/logo.png; image-right -->
# Our Company
Professional and clean
Modifiers work in any order!