mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 01:36:39 +02:00
8 lines
57 B
Ruby
8 lines
57 B
Ruby
|
|
module CodeRay
|
||
|
|
module Styles
|
||
|
|
|
||
|
|
default :cycnus
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|