aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 11:02:59 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 11:02:59 +0200
commit0a58c681fe18a32141727023e363e94578528faf (patch)
treea4a20db8d953bfcebb3f28745b4d20ccb902a5cc
parent9d11927066330634744b370c64d2a4ddb438cb80 (diff)
downloadfosdem-2021-minimalism-presentation-0a58c681fe18a32141727023e363e94578528faf.tar
fosdem-2021-minimalism-presentation-0a58c681fe18a32141727023e363e94578528faf.tar.gz
move highlight themes from lib/css/ to plugin/highlight/
-rw-r--r--demo.html2
-rw-r--r--examples/auto-animate.html2
-rw-r--r--examples/layout-helpers.html2
-rw-r--r--examples/markdown.html2
-rw-r--r--examples/multiple-presentations.html2
-rw-r--r--index.html2
-rw-r--r--plugin/highlight/monokai.css (renamed from lib/css/monokai.css)0
-rw-r--r--plugin/highlight/zenburn.css (renamed from lib/css/zenburn.css)0
8 files changed, 6 insertions, 6 deletions
diff --git a/demo.html b/demo.html
index 3abefdf..60a6c57 100644
--- a/demo.html
+++ b/demo.html
@@ -19,7 +19,7 @@
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
- <link rel="stylesheet" href="lib/css/monokai.css" id="highlight-theme">
+ <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
diff --git a/examples/auto-animate.html b/examples/auto-animate.html
index 1f3e19d..4af405f 100644
--- a/examples/auto-animate.html
+++ b/examples/auto-animate.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/black.css" id="theme">
- <link rel="stylesheet" href="../lib/css/monokai.css">
+ <link rel="stylesheet" href="../plugin/highlight/monokai.css">
</head>
<body>
diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html
index c7d965e..ced785e 100644
--- a/examples/layout-helpers.html
+++ b/examples/layout-helpers.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
- <link rel="stylesheet" href="../lib/css/monokai.css">
+ <link rel="stylesheet" href="../plugin/highlight/monokai.css">
</head>
<body>
diff --git a/examples/markdown.html b/examples/markdown.html
index 593c1a3..9dece58 100644
--- a/examples/markdown.html
+++ b/examples/markdown.html
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
- <link rel="stylesheet" href="../lib/css/monokai.css">
+ <link rel="stylesheet" href="../plugin/highlight/monokai.css">
</head>
<body>
diff --git a/examples/multiple-presentations.html b/examples/multiple-presentations.html
index 989436a..e5347d4 100644
--- a/examples/multiple-presentations.html
+++ b/examples/multiple-presentations.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
- <link rel="stylesheet" href="../lib/css/monokai.css">
+ <link rel="stylesheet" href="../plugin/highlight/monokai.css">
</head>
<body style="background: #ddd;">
diff --git a/index.html b/index.html
index 32ee75f..7030479 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighted code -->
- <link rel="stylesheet" href="lib/css/monokai.css" id="highlight-theme">
+ <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
<div class="reveal">
diff --git a/lib/css/monokai.css b/plugin/highlight/monokai.css
index af24834..af24834 100644
--- a/lib/css/monokai.css
+++ b/plugin/highlight/monokai.css
diff --git a/lib/css/zenburn.css b/plugin/highlight/zenburn.css
index 07be502..07be502 100644
--- a/lib/css/zenburn.css
+++ b/plugin/highlight/zenburn.css