diff options
author | gbrandl <devnull@localhost> | 2007-04-11 15:51:57 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-04-11 15:51:57 +0200 |
commit | 71aa860d00e1bebc3489ee5355650f6d3b4f979a (patch) | |
tree | c761403ba1a30d3f8bacdd5c98c5274ee480e608 | |
parent | ed10f9b0d37ad5df57bee47fe3eeb4784b037dde (diff) | |
download | pygments-71aa860d00e1bebc3489ee5355650f6d3b4f979a.tar.gz |
[svn] Make headings more visible in pastie style.
-rw-r--r-- | pygments/styles/pastie.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/pastie.py b/pygments/styles/pastie.py index c57fa553..49ab9cee 100644 --- a/pygments/styles/pastie.py +++ b/pygments/styles/pastie.py @@ -59,8 +59,8 @@ class PastieStyle(Style): Number: 'bold #0000DD', - Generic.Heading: '#999999', - Generic.Subheading: '#aaaaaa', + Generic.Heading: '#333', + Generic.Subheading: '#666', Generic.Deleted: 'bg:#ffdddd #000000', Generic.Inserted: 'bg:#ddffdd #000000', Generic.Error: '#aa0000', |