diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-30 04:01:56 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-30 04:01:56 -0700 |
commit | 561ac35553d23d000f75cda4450dba94e84053dc (patch) | |
tree | d304a62baa9f4f185e2e76641c39b07fccab2d3f /app/helpers | |
parent | f58d55da075562f57f7d28c2ba5b347d576a80b8 (diff) | |
parent | d4688af39c7b75b605dd3386f95e996b908983e7 (diff) | |
download | gitlab-ce-561ac35553d23d000f75cda4450dba94e84053dc.tar.gz |
Merge pull request #3692 from szechyjs/master
Add monokai highlighting theme
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 6b3f0053f12..d5e94204d86 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -132,6 +132,7 @@ module ApplicationHelper when 1 then 'white' when 2 then 'black' when 3 then 'solarized-dark' + when 4 then 'monokai' else 'white' end |