mirror of
https://github.com/redmine/redmine.git
synced 2026-06-14 09:51:40 +02:00
8 lines
57 B
Ruby
8 lines
57 B
Ruby
|
|
module CodeRay
|
||
|
|
module Styles
|
||
|
|
|
||
|
|
default :cycnus
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|