Sha256: 9307e6be699e4f14fde9570ac1fa47fb11b87cd9101b4a91f0bb7b2a4bd4b9e3
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
# -*- coding: utf-8 -*- # # frozen_string_literal: true 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 Generic::Emph, :italic => true style Generic::EmphStrong, :italic => true, :bold => true style Generic::Strong, :bold => true 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 Literal::String::Affix, :fg => '#0000FF' style Name::Builtin, :fg => '#C34E00' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rouge-4.5.1 | lib/rouge/themes/igor_pro.rb |
rouge-4.5.0 | lib/rouge/themes/igor_pro.rb |
rouge-4.4.0 | lib/rouge/themes/igor_pro.rb |
rouge-4.3.0 | lib/rouge/themes/igor_pro.rb |