default base16 theme by Chris Kempson (chriskempson.com)
# File lib/rouge/themes/base16.rb, line 33 def self.dark! mode :light # indicate that there is a light variant mode! :dark end
# File lib/rouge/themes/base16.rb, line 28 def self.light! mode :dark # indicate that there is a dark variant mode! :light end
# File lib/rouge/themes/base16.rb, line 38 def self.make_dark! style Text, :fg => :base05, :bg => :base00 end
# File lib/rouge/themes/base16.rb, line 42 def self.make_light! style Text, :fg => :base02 end