-
Notifications
You must be signed in to change notification settings - Fork 6
Deck Themes
The deck theme applies styles to your deck for backgrounds, colors, and fonts. The theme is configured in the lib/live_deck/presentations/config.ex file.
@spec theme() :: String.t() def theme do "theme-live-deck.css" end
Theme config file name: "theme-live-deck.css"
Slide Background Options
Light Rainbow: "back--1" Full Color: "back--2" Dark Rainbow: "back--3"
Theme config file name:"theme-crimson-command.css"
Slide Background Options
Light: "back--1" Yellow: "back--2" Dark: "back--3"

Theme config file name:"theme-cobalt.css"
Slide Background Options
Dark Cobalt: "back--1" Blue Cobalt: "back--2" Light Cobalt: "back--3"
Theme config file name:"theme-poho.css"
Slide Background Options
Dark No Blobs: "back--1" Colorful Blobs: "back--2" Bright Blobs: "back--3"


