move highlight themes from lib/css/ to plugin/highlight/
							parent
							
								
									9d11927066
								
							
						
					
					
						commit
						0a58c681fe
					
				|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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;"> | ||||
|  |  | |||
|  | @ -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"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Hakim El Hattab
						Hakim El Hattab