lib/rouge/themes/pastie.rb in rouge-3.25.0 vs lib/rouge/themes/pastie.rb in rouge-3.26.0
- old
+ new
@@ -34,9 +34,10 @@
style Keyword::Type, :fg => '#888888', :bold => true
style Num, :fg => '#0000dd', :bold => true
style Str, :fg => '#dd2200', :bg => '#fff0f0'
+ style Str::Affix, :fg => '#008800', :bold => true
style Str::Escape, :fg => '#0044dd', :bg => '#fff0f0'
style Str::Interpol, :fg => '#3333bb', :bg => '#fff0f0'
style Str::Other, :fg => '#22bb22', :bg => '#f0fff0'
#style Str::Regex, :fg => '#008800', :bg => '#fff0ff'
# The background color on regex really doesn't look good, so let's drop it