Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhm <khm@sciops.net>2018-12-18 03:34:50 +0300
committerFatih Acet <acetfatih@gmail.com>2018-12-18 03:34:50 +0300
commit3a97bc9a4294685438be84a545945cef3f5ef4d0 (patch)
tree3d93b9964b09d4fdde09faef0c64c42c622eb9c4 /lib/gitlab/color_schemes.rb
parent18c78901bc49055bbfea44f4800e073847a89ad2 (diff)
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