lib/rouge/themes/magritte.rb in rouge-3.7.0 vs lib/rouge/themes/magritte.rb in rouge-3.8.0
- old
+ new
@@ -65,11 +65,11 @@
style Literal::String::Escape,
Literal::String::Char,
Literal::String::Interpol, :fg => :purple, :bold => true
style Name::Builtin, :bold => true
style Name::Entity, :fg => :darkgray, :bold => true
- style Text::Whitespace,
- Generic::Output, :fg => :lightgray
+ style Text::Whitespace, :fg => :lightgray
+ style Generic::Output, :fg => :royal
style Name::Function,
Name::Property,
Name::Attribute, :fg => :candy
style Name::Variable, :fg => :candy, :bold => true
end