Sha256: 0cc93f86441c594dd8cd5da930dbd8cc0f7b2bec6e9677c376b5098bb7fad236
Contents?: true
Size: 755 Bytes
Versions: 14
Compression:
Stored size: 755 Bytes
Contents
# -*- coding: utf-8 -*- # module Rouge module Themes class IgorPro < CSSTheme name 'igorpro' style Text, :fg => '#444444' style Comment::Preproc, :fg => '#CC00A3' style Comment::Special, :fg => '#CC00A3' style Comment, :fg => '#FF0000' style Keyword::Constant, :fg => '#C34E00' style Keyword::Declaration, :fg => '#0000FF' style Keyword::Reserved, :fg => '#007575' style Keyword, :fg => '#0000FF' style Literal::String, :fg => '#009C00' style Name::Builtin, :fg => '#C34E00' end end end
Version data entries
14 entries across 14 versions & 5 rubygems