summaryrefslogtreecommitdiff
path: root/lib/gitlab/color_schemes.rb
diff options
context:
space:
mode:
authorkhm <khm@sciops.net>2018-12-18 00:34:50 +0000
committerFatih Acet <acetfatih@gmail.com>2018-12-18 00:34:50 +0000
commit3a97bc9a4294685438be84a545945cef3f5ef4d0 (patch)
tree3d93b9964b09d4fdde09faef0c64c42c622eb9c4 /lib/gitlab/color_schemes.rb
parent18c78901bc49055bbfea44f4800e073847a89ad2 (diff)
downloadgitlab-ce-3a97bc9a4294685438be84a545945cef3f5ef4d0.tar.gz
Add "none" syntax highlighting "color" scheme
Diffstat (limited to 'lib/gitlab/color_schemes.rb')
-rw-r--r--lib/gitlab/color_schemes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/color_schemes.rb b/lib/gitlab/color_schemes.rb
index a5e4065cf09..881e5dbc923 100644
--- a/lib/gitlab/color_schemes.rb
+++ b/lib/gitlab/color_schemes.rb
@@ -12,7 +12,8 @@ module Gitlab
Scheme.new(2, 'Dark', 'dark'),
Scheme.new(3, 'Solarized Light', 'solarized-light'),
Scheme.new(4, 'Solarized Dark', 'solarized-dark'),
- Scheme.new(5, 'Monokai', 'monokai')
+ Scheme.new(5, 'Monokai', 'monokai'),
+ Scheme.new(6, 'None', 'none')
].freeze
# Convenience method to get a space-separated String of all the color scheme