A set of CSS theme files for Rouge (Ruby-based code highlighting tool) ready for use e.g. with Jekyll. These themes were downloaded from original source with rougify
command, you can download it yourself with tutorial below.
Rouge is a syntax highlighter written in Ruby inspired by Pygments. It is a default syntax highlighter for Jekyll static sites. It can highlight over 200 different languages, and output HTML or ANSI 256-color text.
base16
base16.dark
base16.light
base16.monokai
base16.monokai.dark
base16.monokai.light
base16.solarized
base16.solarized.dark
base16.solarized.light
bw
colorful
github
gruvbox
gruvbox.dark
gruvbox.light
igorpro
magritte
molokai
monokai
monokai.sublime
pastie
thankful_eyes
tulip
You can get Rouge CSS themes yourself with rougify command, just follow steps below:
gem install rouge
rougify help style
rougify style monokai > monokai.css