summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_gray.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/themes/theme_gray.scss')
-rw-r--r--app/assets/stylesheets/themes/theme_gray.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/theme_gray.scss b/app/assets/stylesheets/themes/theme_gray.scss
new file mode 100644
index 00000000000..75b111f90c7
--- /dev/null
+++ b/app/assets/stylesheets/themes/theme_gray.scss
@@ -0,0 +1,14 @@
+@import './theme_helper';
+
+body {
+ &.ui-gray {
+ @include gitlab-theme(
+ $gray-200,
+ $gray-300,
+ $gray-500,
+ $gray-900,
+ $gray-900,
+ $white
+ );
+ }
+}