このテーマの特徴
オーロラナイトテーマの特徴:
このテーマは、美しいオーロラの色合いを背景に取り入れた暗い色のテーマです。
- ダークでエレガントなデザイン: 黒から紫へのグラデーションの背景が、洗練された雰囲気を醸し出しています。
- 高コントラストの文字: 白のテキストが暗い背景に映え、視認性を確保しています。
- 大きなタイトル: スライドのタイトルは36ptの大きなフォントで表示され、強調されています。
- ヘッダーとフッター: ヘッダーとフッターはグラデーションで区別され、スライドの構造を明確にしています。
このテーマを利用する
CSS
/* @theme aurora_night */ @import default; section{ background: linear-gradient(to right, #000000, #0f2027); color: #ffffff; font-size: 24pt; } header{ display: flex; justify-content: space-between; align-items: center; padding: 0 20px; height: 50px; background: linear-gradient(to right, #000000, #0f2027); color: #ffffff; } footer{ display: flex; justify-content: center; align-items: center; padding: 10px 20px; position: fixed; bottom: 0; width: 100%; background: linear-gradient(to right, #0f2027, #000000); color: #ffffff; } section.title{ background: linear-gradient(to right, #0f2027, #000000); color: #ffffff; padding: 90px 20px; text-align: center; font-size: 36pt; } section.title footer{ position: relative; border-top: 1px solid #808080; margin-top: auto; background: none; }
Marpのサンプル
--- marp: true theme: custom_theme header: " " footer: " " --- <!-- _class: title --> # SaaSの成長戦略 --- <!-- _class: section --> ## 顧客基盤の拡大 - リードジェネレーション - 顧客獲得 - 顧客維持 --- <!-- _class: section --> ## 収益の向上 - 価格戦略 - アップセル・クロスセル - 付加価値サービス --- <!-- _class: section --> ## 効率化の推進 - プロセスの自動化 - テクノロジー統合 - チームの最適化 --- <!-- _class: section --> ## SaaSの成功のための鍵 - 顧客重視 - イノベーション - 実行力 --- <!-- _class: section --> ## SaaSの今後 - AIと機械学習 - パーソナライズ化 - 業界固有のソリューション