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 /app/assets/stylesheets/application.scss
parent18c78901bc49055bbfea44f4800e073847a89ad2 (diff)
Add "none" syntax highlighting "color" scheme
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 985fac11c87..bdf20866197 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -47,6 +47,7 @@
@import "highlight/solarized_dark";
@import "highlight/solarized_light";
@import "highlight/white";
+@import "highlight/none";
/*
* Styles for JS behaviors.