summaryrefslogtreecommitdiff
path: root/lib/coderay/styles/_map.rb
blob: 92d43545239d0591a133481288ee48215a480a22 (plain)
1
2
3
4
5
6
7
module CodeRay
module Styles
  
  default :alpha
  
end
end