lib/rouge/themes/pastie.rb in rouge-3.5.1 vs lib/rouge/themes/pastie.rb in rouge-3.6.0
- old
+ new
@@ -4,10 +4,10 @@
module Rouge
module Themes
# A port of the pastie style from Pygments.
# See https://bitbucket.org/birkenfeld/pygments-main/src/default/pygments/styles/pastie.py
class Pastie < CSSTheme
- name 'pastie'
+ name 'pastie'
style Comment, :fg => '#888888'
style Comment::Preproc, :fg => '#cc0000', :bold => true
style Comment::Special, :fg => '#cc0000', :bg => '#fff0f0', :bold => true