lib/rouge/themes/monokai_sublime.rb in rouge-4.2.1 vs lib/rouge/themes/monokai_sublime.rb in rouge-4.3.0

- old
+ new

@@ -28,11 +28,13 @@ style Generic::Heading, :fg => :grey style Literal::String::Regex, :fg => :orange style Generic::Output, :fg => :dark_grey style Generic::Prompt, :fg => :emperor - style Generic::Strong, :bold => false + style Generic::Emph, :italic => true + style Generic::EmphStrong, :italic => true, :bold => true + style Generic::Strong, :bold => true style Generic::Subheading, :fg => :light_grey style Name::Builtin, :fg => :orange style Comment::Multiline, Comment::Preproc, Comment::Single, @@ -40,11 +42,10 @@ Comment, :fg => :dimgrey style Error, Generic::Error, Generic::Traceback, :fg => :carmine style Generic::Deleted, - Generic::Inserted, - Generic::Emph, :fg => :dark + Generic::Inserted, :fg => :dark style Keyword::Constant, Keyword::Declaration, Keyword::Reserved, Name::Constant, Keyword::Type, :fg => :soft_cyan