Sha256: f932aa8fca3ec00f127631e9f9dc3d53400e2ff8ca10cf36db2e78ae338fdc2d

Contents?: true

Size: 785 Bytes

Versions: 27

Compression:

Stored size: 785 Bytes

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 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

27 entries across 27 versions & 2 rubygems

Version Path
rouge-3.6.0 lib/rouge/themes/igor_pro.rb
rouge-3.5.1 lib/rouge/themes/igor_pro.rb
rouge-3.5.0 lib/rouge/themes/igor_pro.rb
rouge-3.4.1 lib/rouge/themes/igor_pro.rb
rouge-3.4.0 lib/rouge/themes/igor_pro.rb
rouge-alda-3.3.0 lib/rouge/themes/igor_pro.rb
rouge-3.3.0 lib/rouge/themes/igor_pro.rb