Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 652 Bytes

INSTALL.md

File metadata and controls

29 lines (21 loc) · 652 Bytes

Install using Git

If you are a git user, you can install the theme by cloning the repo:

$ git clone https://github.com/getomni/prismjs.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

To use the theme, just include the prism-omni.css file in your page. Example:

<!DOCTYPE html>
<html>
    <head>
        ...
        <link href="themes/prism-omni.css" rel="stylesheet" />
    </head>
    <body>
        ...
        <script src="prism.js"></script>
    </body>
</html>