このテーマの特徴
特徴:
ネオンカラーとグラデーション: * 背景全体が黒いグラデーションの中に、ネオンカラー(紫とピンク)のグラデーションが使用されています。
太字のテキストとテキストシャドウ: * すべての見出し(h1、h2、h3)は太字で、ネオンカラーのテキストシャドウが付けられています。
ネオンカラーのヘッダーとフッター: * ヘッダーとフッターは、紫とピンクのネオングラデーションで彩られています。
中央揃えのタイトルスライド: * タイトルスライドは中央揃えされ、大きなフォントサイズとネオンカラーのテキストシャドウを使用しています。
縦方向の箇条書きリスト: * 箇条書きリストは縦方向に配置され、ネオンカラーのテキストシャドウが付けられています。
このテーマを利用する
CSS
/* @theme neon_lights */ @import default; section { background: linear-gradient(to right, #000000, #000000) no-repeat; color: #ffffff; font-size: 24pt; } header { display: flex; justify-content: space-between; align-items: center; padding: 10px; background: linear-gradient(to right, #800080, #ff00ff); color: #ffffff; font-size: 36pt; font-weight: bold; text-shadow: 0 0 10px #ff00ff, 0 0 20px #800080; } footer { position: fixed; bottom: 0px; width: 100%; padding: 10px; background: linear-gradient(to right, #ff00ff, #800080); color: #ffffff; display: flex; justify-content: center; align-items: center; gap: 10px; text-shadow: 0 0 10px #800080, 0 0 20px #ff00ff; } section.title { background: linear-gradient(to right, #000000, #000000); color: #ffffff; padding: 50px; text-align: center; font-size: 48pt; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; text-shadow: 0 0 10px #ff00ff, 0 0 20px #800080; } h1 { font-size: 36pt; font-weight: bold; text-shadow: 0 0 10px #ff00ff, 0 0 20px #800080; } h2 { font-size: 28pt; font-weight: bold; text-shadow: 0 0 10px #ff00ff, 0 0 20px #800080; } h3 { font-size: 24pt; font-weight: bold; text-shadow: 0 0 10px #ff00ff, 0 0 20px #800080; } ul { list-style-type: none; padding: 0; display: flex; flex-direction: column; gap: 10px; } li { font-size: 20pt; text-shadow: 0 0 10px #800080, 0 0 20px #ff00ff; } a { color: #ffffff; text-decoration: none; } a:hover { text-decoration: underline; } .icon { width: 30px; height: 30px; margin-right: 10px; }
Marpのサンプル
--- marp: true theme: neon_lights header: " " footer: " " --- <!-- _class: title --> # Neon Lights --- ## スライド 1 - リスト項目 1 - リスト項目 2 --- ## スライド 2 **見出し 1** **見出し 2** **見出し 3** --- ## スライド 3