lib/rouge/themes/thankful_eyes.rb in rouge-2.0.7 vs lib/rouge/themes/thankful_eyes.rb in rouge-2.1.0

- old
+ new

@@ -23,17 +23,19 @@ palette :schrill => '#ffb000' style Text, :fg => :unicorn, :bg => :krasna style Generic::Lineno, :fg => :eggshell_cloud, :bg => :slate_blue + style Generic::Prompt, :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 Error, :fg => :aluminum1, :bg => :scarletred2 + style Generic::Error, :fg => :scarletred2, :italic => true, :bold => true style Keyword, :fg => :sandy, :bold => true - style Operator, - Punctuation, :fg => :backlit + style Operator, :fg => :backlit, :bold => true + style 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 @@ -59,10 +61,11 @@ 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 Text::Whitespace, + Generic::Output, :fg => '#BBBBBB' style Name::Function, Name::Property, Name::Attribute, :fg => :chilly style Name::Variable, :fg => :chilly, :bold => true end