Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
/ base16-scss Public archive

Rouge highlight themes based of the Base16 theming architecture.

Notifications You must be signed in to change notification settings

kenjdavidson/base16-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base16 Scss

SCSS implementation of Base16 architecture https://github.com/chriskempson/base16. Originally planned for use with Jekyll/Rouge highlight blocks, it's been expanded to provide:

  • Generic css/theming based on the Base16 architecture
  • Available support for Jekyll/Rouge
  • Available support for PrismJS

Installation

git clone git@github.com/kenjdavidson/base16-scss

or

npm install @kenjdavidson/base16-scss

where NPM for @kenjdavidson should be configured for Github package registry.

Usage

For usage check out the documentation.