diff options
| author | Georg Brandl <georg@python.org> | 2007-04-11 15:51:57 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-04-11 15:51:57 +0200 |
| commit | 96c55e2840f50c227cb699973cbf792b00d92353 (patch) | |
| tree | c761403ba1a30d3f8bacdd5c98c5274ee480e608 /pygments | |
| parent | 8d940b4f40b64dc2a111457533885ac0e597b818 (diff) | |
| download | pygments-git-96c55e2840f50c227cb699973cbf792b00d92353.tar.gz | |
[svn] Make headings more visible in pastie style.
Diffstat (limited to 'pygments')
| -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', |
