mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
8 lines
57 B
Ruby
8 lines
57 B
Ruby
|
|
module CodeRay
|
||
|
|
module Styles
|
||
|
|
|
||
|
|
default :cycnus
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|