mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 23:06:05 +01:00
8 lines
57 B
Ruby
8 lines
57 B
Ruby
|
|
module CodeRay
|
||
|
|
module Styles
|
||
|
|
|
||
|
|
default :cycnus
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|