Skip to content

Commit

Permalink
Adjust coloring of beamer trek pygments style
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelet committed May 6, 2014
1 parent 314a131 commit 1e711ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygments-style/pygments_style_beamertrek/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ class BeamerTrekStyle(Style):
styles = {
Comment: 'italic ' + trek_lightpurple,
Keyword: 'bold ' + trek_lightorange,
Literal: trek_lightyellow
Literal: trek_lightblue
}

0 comments on commit 1e711ce

Please sign in to comment.