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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-06 02:30:04 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:54:09 +0300
commit4ccdecb1aa0f392d7eeb56c1dc9053ad8c921504 (patch)
tree6f414e7102f14b135b876830db61cbbc96697882 /app/assets/stylesheets/framework/variables.scss
parentd5b0e90109a5e7fc3eeef5a0637daf3f19fe9bcb (diff)
Finish adding dark theme
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 88b08998dfd..c5f75e28b56 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -86,6 +86,18 @@ $indigo-800: #393982;
$indigo-900: #292961;
$indigo-950: #1a1a40;
+$dark-50: #fafafa;
+$dark-100: #f2f2f2;
+$dark-200: #dfdfdf;
+$dark-300: #cccccc;
+$dark-400: #bababa;
+$dark-500: #a7a7a7;
+$dark-600: #949494;
+$dark-700: #707070;
+$dark-800: #4f4f4f;
+$dark-900: #2e2e2e;
+$dark-950: #1f1f1f;
+
$black: #000;
$black-transparent: rgba(0, 0, 0, 0.3);
$almost-black: #242424;