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

- old
+ new

@@ -138,10 +138,14 @@ style Generic::Inserted, :fg => :green, :bg => :bg0 style Generic::Deleted, :fg => :red, :bg => :bg0 style Generic::Heading, :fg => :green, :bold => true + style Generic::Emph, :italic => true + style Generic::EmphStrong, :italic => true, :bold => true + style Generic::Strong, :bold => true + style Keyword, :fg => :red style Keyword::Constant, :fg => :purple style Keyword::Type, :fg => :yellow style Keyword::Declaration, :fg => :orange @@ -162,9 +166,8 @@ style Name::Attribute, :fg => :green style Literal::Number, :fg => :purple style Literal::String::Symbol, :fg => :blue - end end end