lib/rouge/themes/tulip.rb in rouge-3.6.0 vs lib/rouge/themes/tulip.rb in rouge-3.7.0
- old
+ new
@@ -22,10 +22,10 @@
palette :dune => '#fff0a6'
style Text, :fg => :white, :bg => :dark_purple
style Comment, :fg => :gray, :italic => true
- style Comment::Preproc, :fg => :lgreen, :bold => true, :italic => true
+ style Comment::Preproc, :fg => :lgreen, :bold => true
style Error,
Generic::Error, :fg => :white, :bg => :red
style Keyword, :fg => :yellow, :bold => true
style Operator,
Punctuation, :fg => :lgreen