diff --git a/lib/rouge/themes/base16.rb b/lib/rouge/themes/base16.rb index 473681975a..b9ee117b1e 100644 --- a/lib/rouge/themes/base16.rb +++ b/lib/rouge/themes/base16.rb @@ -54,7 +54,8 @@ def self.make_light! style Operator, Punctuation, :fg => :base05 - style Generic::Deleted, :fg => :base08 + style Generic::Deleted, + Name, :fg => :base08 style Keyword::Constant, Keyword::Declaration, @@ -73,7 +74,8 @@ def self.make_light! style Literal::String::Regex, :fg => :base0C - style Name::Attribute, :fg => :base0D + style Name::Attribute, + Name::Function, :fg => :base0D style Generic::Heading, :fg => :base0D, :bg => :base00, :bold => true style Keyword,