lib/rouge/themes/thankful_eyes.rb in rouge-0.4.0 vs lib/rouge/themes/thankful_eyes.rb in rouge-0.5.0

- old
+ new

@@ -18,52 +18,52 @@ palette :pink_merengue => '#f696db' palette :dune => '#fff0a6' palette :backlit => '#4df4ff' palette :schrill => '#ffb000' - style 'Text', :fg => :unicorn, :bg => :krasna - style 'Generic.Lineno', :fg => :eggshell_cloud, :bg => :slate_blue + style Text, :fg => :unicorn, :bg => :krasna + style Generic::Lineno, :fg => :eggshell_cloud, :bg => :slate_blue - style 'Comment', :fg => :cool_as_ice, :italic => true - style 'Comment.Preproc', :fg => :go_get_it, :bold => true, :italic => true - style 'Error', - 'Generic.Error', :fg => :aluminum1, :bg => :scarletred2 - style 'Keyword', :fg => :sandy, :bold => true - style 'Operator', - 'Punctuation', :fg => :backlit - style 'Generic.Deleted', :fg => :scarletred2 - style 'Generic.Inserted', :fg => :go_get_it - style 'Generic.Emph', :italic => true - style 'Generic.Strong', :bold => true - style 'Generic.Traceback', :fg => :eggshell_cloud, :bg => :slate_blue - style 'Keyword.Constant', :fg => :pink_merengue, :bold => true - style 'Keyword.Namespace', - 'Keyword.Pseudo', - 'Keyword.Reserved', - 'Generic.Heading', - 'Generic.Subheading', :fg => :schrill, :bold => true - style 'Keyword.Type', - 'Name.Constant', - 'Name.Class', - 'Name.Decorator', - 'Name.Namespace', - 'Name.Builtin.Pseudo', - 'Name.Exception', :fg => :go_get_it, :bold => true - style 'Name.Label', - 'Name.Tag', :fg => :schrill, :bold => true - style 'Literal.Number', - 'Literal.Date', - 'Literal.String.Symbol', :fg => :pink_merengue, :bold => true - style 'Literal.String', :fg => :dune, :bold => true - style 'Literal.String.Escape', - 'Literal.String.Char', - 'Literal.String.Interpol', :fg => :backlit, :bold => true - style 'Name.Builtin', :bold => true - style 'Name.Entity', :fg => '#999999', :bold => true - style 'Text.Whitespace', :fg => '#BBBBBB' - style 'Name.Function', - 'Name.Property', - 'Name.Attribute', :fg => :chilly - style 'Name.Variable', :fg => :chilly, :bold => true + style Comment, :fg => :cool_as_ice, :italic => true + style Comment::Preproc, :fg => :go_get_it, :bold => true, :italic => true + style Error, + Generic::Error, :fg => :aluminum1, :bg => :scarletred2 + style Keyword, :fg => :sandy, :bold => true + style Operator, + Punctuation, :fg => :backlit + style Generic::Deleted, :fg => :scarletred2 + style Generic::Inserted, :fg => :go_get_it + style Generic::Emph, :italic => true + style Generic::Strong, :bold => true + style Generic::Traceback, :fg => :eggshell_cloud, :bg => :slate_blue + style Keyword::Constant, :fg => :pink_merengue, :bold => true + style Keyword::Namespace, + Keyword::Pseudo, + Keyword::Reserved, + Generic::Heading, + Generic::Subheading, :fg => :schrill, :bold => true + style Keyword::Type, + Name::Constant, + Name::Class, + Name::Decorator, + Name::Namespace, + Name::Builtin::Pseudo, + Name::Exception, :fg => :go_get_it, :bold => true + style Name::Label, + Name::Tag, :fg => :schrill, :bold => true + style Literal::Number, + Literal::Date, + Literal::String::Symbol, :fg => :pink_merengue, :bold => true + style Literal::String, :fg => :dune, :bold => true + style Literal::String::Escape, + Literal::String::Char, + Literal::String::Interpol, :fg => :backlit, :bold => true + style Name::Builtin, :bold => true + style Name::Entity, :fg => '#999999', :bold => true + style Text::Whitespace, :fg => '#BBBBBB' + style Name::Function, + Name::Property, + Name::Attribute, :fg => :chilly + style Name::Variable, :fg => :chilly, :bold => true end end end