lib/rouge/themes/thankful_eyes.rb in rouge-0.0.6 vs lib/rouge/themes/thankful_eyes.rb in rouge-0.0.7
- old
+ new
@@ -20,19 +20,15 @@
palette :backlit => '#4df4ff'
palette :schrill => '#ffb000'
style 'Text', :fg => :unicorn, :bg => :krasna
- style 'Comment', :fg => :cool_as_ice
+ style 'Comment', :fg => :cool_as_ice, :italic => true
style 'Error',
'Generic.Error', :fg => :aluminum1, :bg => :scarletred2
style 'Keyword', :fg => :sandy, :bold => true
style 'Operator',
'Punctuation', :fg => :backlit, :bold => true
- style 'Comment.Preproc',
- 'Comment.Multiline',
- 'Comment.Single',
- 'Comment.Special', :fg => :cool_as_ice, :italic => true
style 'Generic.Deleted', :fg => :scarletred2
style 'Generic.Inserted', :fg => :go_get_it
style 'Generic.Emph', :italic => true
style 'Generic.Subheading', :fg => '#800080', :bold => true
style 'Generic.Traceback', :fg => '#0040D0'