summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBM5k <me@bm5k.com>2016-12-02 18:05:02 -0700
committerBM5k <me@bm5k.com>2016-12-02 18:05:02 -0700
commitc5664761778a5f530ee7a738f25da3c6742e3ab2 (patch)
treee17ea5b79711a8f97543cd637d6e3334d6d8a468
parent3ebb815a38ba86e4133557f77b94c292c8fc2e7e (diff)
downloadgitlab-ce-c5664761778a5f530ee7a738f25da3c6742e3ab2.tar.gz
rename charcoal theme variables for consistency
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 5cd242af91d..642d1d15c14 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -84,10 +84,10 @@
}
}
-$theme-charcoal: #3d454d;
-$theme-charcoal-light: #485157;
-$theme-charcoal-dark: #383f45;
-$theme-charcoal-text: #b9bbbe;
+$theme-charcoal-light: #b9bbbe;
+$theme-charcoal: #485157;
+$theme-charcoal-dark: #3d454d;
+$theme-charcoal-darker: #383f45;
$theme-blue-light: #becde9;
$theme-blue: #2980b9;
@@ -120,7 +120,7 @@ body {
}
&.ui_charcoal {
- @include gitlab-theme($theme-charcoal-text, $theme-charcoal-light, $theme-charcoal, $theme-charcoal-dark);
+ @include gitlab-theme($theme-charcoal-light, $theme-charcoal, $theme-charcoal-dark, $theme-charcoal-darker);
}
&.ui_graphite {