From 0a58c681fe18a32141727023e363e94578528faf Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 19 May 2020 11:02:59 +0200 Subject: [PATCH] move highlight themes from lib/css/ to plugin/highlight/ --- demo.html | 2 +- examples/auto-animate.html | 2 +- examples/layout-helpers.html | 2 +- examples/markdown.html | 2 +- examples/multiple-presentations.html | 2 +- index.html | 2 +- {lib/css => plugin/highlight}/monokai.css | 0 {lib/css => plugin/highlight}/zenburn.css | 0 8 files changed, 6 insertions(+), 6 deletions(-) rename {lib/css => plugin/highlight}/monokai.css (100%) rename {lib/css => plugin/highlight}/zenburn.css (100%) diff --git a/demo.html b/demo.html index 3abefdfe..60a6c576 100644 --- a/demo.html +++ b/demo.html @@ -19,7 +19,7 @@ - + diff --git a/examples/auto-animate.html b/examples/auto-animate.html index 1f3e19d0..4af405ff 100644 --- a/examples/auto-animate.html +++ b/examples/auto-animate.html @@ -10,7 +10,7 @@ - + diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html index c7d965e3..ced785e9 100644 --- a/examples/layout-helpers.html +++ b/examples/layout-helpers.html @@ -10,7 +10,7 @@ - + diff --git a/examples/markdown.html b/examples/markdown.html index 593c1a3a..9dece58e 100644 --- a/examples/markdown.html +++ b/examples/markdown.html @@ -9,7 +9,7 @@ - + diff --git a/examples/multiple-presentations.html b/examples/multiple-presentations.html index 989436af..e5347d4a 100644 --- a/examples/multiple-presentations.html +++ b/examples/multiple-presentations.html @@ -10,7 +10,7 @@ - + diff --git a/index.html b/index.html index 32ee75f2..70304794 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - +
diff --git a/lib/css/monokai.css b/plugin/highlight/monokai.css similarity index 100% rename from lib/css/monokai.css rename to plugin/highlight/monokai.css diff --git a/lib/css/zenburn.css b/plugin/highlight/zenburn.css similarity index 100% rename from lib/css/zenburn.css rename to plugin/highlight/zenburn.css